Searched defs:VPInstructionSC (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanValue.h | 342 VPInstructionSC, enumerator
|
H A D | VPlan.h | 1306 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, Operands, DL), in VPRecipeWithIRFlags() 1318 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, Operands, WrapFlags, DL), in VPRecipeWithIRFlags() 1324 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, Operands, DisjointFlag, DL), in VPRecipeWithIRFlags() 1332 VP_CLASSOF_IMPL(VPDef::VPInstructionSC) in VP_CLASSOF_IMPL()
|