Searched defs:VPInstruction (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanAnalysis.h | 19 class VPInstruction; global() variable |
H A D | VPlanValue.h | 47 friend class VPInstruction; global() variable |
H A D | VPlanRecipes.cpp | 270 VPInstruction::VPInstruction(unsigned Opcode, CmpInst::Predicate Pred, VPInstruction() function in VPInstruction |
H A D | VPlan.h | 1257 : VPInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name) {} VPInstruction() function |