Home
last modified time | relevance | path

Searched defs:VPInstruction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.h20 class VPInstruction; variable
H A DVPlanValue.h47 friend class VPInstruction; variable
H A DVPlanRecipes.cpp330 VPInstruction::VPInstruction(unsigned Opcode, CmpInst::Predicate Pred, in VPInstruction() function in VPInstruction
340 VPInstruction::VPInstruction(unsigned Opcode, in VPInstruction() function in VPInstruction
H A DVPlan.h1311 : VPInstruction(Opcode, ArrayRef<VPValue *>(Operands), DL, Name) {} in VPInstruction() function