Home
last modified time | relevance | path

Searched refs:VPOp (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h164 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 DVPlanRecipes.cpp1078 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 DRISCVISelLowering.cpp11287 SDValue VPOp = DAG.getNode(RISCVISDOpc, DL, ContainerVT, Ops, Op->getFlags()); in lowerVPOp() local
11289 return convertFromScalableVector(VT, VPOp, DAG, Subtarget); in lowerVPOp()