Searched refs:VPOp (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | MatchContext.h | 165 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 D | VPlanRecipes.cpp | 1879 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 D | RISCVISelLowering.cpp | 13017 SDValue VPOp = DAG.getNode(RISCVISDOpc, DL, ContainerVT, Ops, Op->getFlags()); in lowerVPOp() local 13019 return convertFromScalableVector(VT, VPOp, DAG, Subtarget); in lowerVPOp()
|