Searched refs:VPOp (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | MatchContext.h | 164 unsigned VPOp = ISD::getVPForBaseOpcode(Op); in isOperationLegal() local 165 return TLI.isOperationLegal(VPOp, VT); in isOperationLegal() 170 unsigned VPOp = ISD::getVPForBaseOpcode(Op); 171 return TLI.isOperationLegalOrCustom(VPOp, VT, LegalOnly);
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1078 for (VPValue *VPOp : operands()) in execute() 1079 Ops.push_back(State.get(VPOp, Part)); in execute()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 11287 SDValue VPOp = DAG.getNode(RISCVISDOpc, DL, ContainerVT, Ops, Op->getFlags()); in lowerVPOp() local 11289 return convertFromScalableVector(VT, VPOp, DAG, Subtarget); in lowerVPOp()
|