Searched refs:VPScalarCastRecipe (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.cpp | 273 .Case<VPScalarCastRecipe>( in inferScalarType() 274 [](const VPScalarCastRecipe *R) { return R->getResultType(); }) in inferScalarType()
|
H A D | VPlanTransforms.cpp | 545 BaseIV = new VPScalarCastRecipe(Instruction::Trunc, BaseIV, TruncTy); in createScalarIVSteps() 556 Step = new VPScalarCastRecipe(Instruction::Trunc, Step, ResultTy); in createScalarIVSteps() 1464 OpVPEVL = new VPScalarCastRecipe(IVSize < 32 ? Instruction::Trunc in tryAddExplicitVectorLength()
|
H A D | VPlan.h | 1487 class VPScalarCastRecipe : public VPSingleDefRecipe { 1495 VPScalarCastRecipe(Instruction::CastOps Opcode, VPValue *Op, Type *ResultTy) in VPScalarCastRecipe() function 1499 ~VPScalarCastRecipe() override = default; 1501 VPScalarCastRecipe *clone() override { in clone() 1502 return new VPScalarCastRecipe(Opcode, getOperand(0), ResultTy); in clone()
|
H A D | VPlanRecipes.cpp | 1883 static bool isUniformAcrossVFsAndUFs(VPScalarCastRecipe *C) { in isUniformAcrossVFsAndUFs() 1889 Value *VPScalarCastRecipe ::generate(VPTransformState &State, unsigned Part) { in generate() 1905 void VPScalarCastRecipe ::execute(VPTransformState &State) { in execute() 1920 void VPScalarCastRecipe ::print(raw_ostream &O, const Twine &Indent, in print()
|
H A D | VPlan.cpp | 944 isa<VPScalarCastRecipe>(U) || in prepareToExecute()
|