Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DMatchContext.h165 unsigned VPOp = *ISD::getVPForBaseOpcode(Op); in isOperationLegal() local
166 return TLI.isOperationLegal(VPOp, VT); in isOperationLegal()
171 unsigned VPOp = *ISD::getVPForBaseOpcode(Op);
172 return TLI.isOperationLegalOrCustom(VPOp, VT, LegalOnly);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1879 for (VPValue *VPOp : operands()) in execute()
1880 Ops.push_back(State.get(VPOp)); in execute()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13017 SDValue VPOp = DAG.getNode(RISCVISDOpc, DL, ContainerVT, Ops, Op->getFlags()); in lowerVPOp() local
13019 return convertFromScalableVector(VT, VPOp, DAG, Subtarget); in lowerVPOp()