Home
last modified time | relevance | path

Searched refs:VPScalarCastRecipe (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.cpp273 .Case<VPScalarCastRecipe>( in inferScalarType()
274 [](const VPScalarCastRecipe *R) { return R->getResultType(); }) in inferScalarType()
H A DVPlanTransforms.cpp545 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 DVPlan.h1487 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 DVPlanRecipes.cpp1883 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 DVPlan.cpp944 isa<VPScalarCastRecipe>(U) || in prepareToExecute()