Home
last modified time | relevance | path

Searched refs:VPInstructionSC (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h337 VPInstructionSC, enumerator
H A DVPlan.h534 case VPRecipeBase::VPInstructionSC: in classof()
876 return R->getVPDefID() == VPRecipeBase::VPInstructionSC || in classof()
1057 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, Operands, DL), in VPRecipeWithIRFlags() argument
1064 VP_CLASSOF_IMPL(VPDef::VPInstructionSC) in VP_CLASSOF_IMPL() argument
3533 case VPDef::VPInstructionSC:
H A DVPlanRecipes.cpp54 case VPInstructionSC: in mayWriteToMemory()
106 case VPInstructionSC: in mayReadFromMemory()
159 case VPInstructionSC: in mayHaveSideEffects()
437 : VPRecipeWithIRFlags(VPDef::VPInstructionSC, Operands, Flags, DL), in VPInstruction()
H A DLoopVectorize.cpp4148 case VPDef::VPInstructionSC: in willGenerateVectors()