Searched defs:VPInstruction (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/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; variable |
H A D | VPlanRecipes.cpp | 256 VPInstruction::VPInstruction(unsigned Opcode, CmpInst::Predicate Pred, VPInstruction() function in VPInstruction |
H A D | VPlan.h | 1176 : VPInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name) {} VPInstruction() function |