Home
last modified time | relevance | path

Searched refs:createScalarCast (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h284 VPInstruction *createScalarCast(Instruction::CastOps Opcode, VPValue *Op, in createScalarCast() function
298 return createScalarCast(CastOp, Op, ResultTy, DL); in createScalarZExtOrTrunc()
H A DVPlanTransforms.cpp583 BaseIV = Builder.createScalarCast(Instruction::Trunc, BaseIV, TruncTy, DL); in createScalarIVSteps()
597 Step = Builder.createScalarCast(Instruction::Trunc, Step, ResultTy, DL); in createScalarIVSteps()
2619 Step = Builder.createScalarCast(Instruction::Trunc, Step, Ty, DL); in expandVPWidenIntOrFpInduction()
2620 Start = Builder.createScalarCast(Instruction::Trunc, Start, Ty, DL); in expandVPWidenIntOrFpInduction()
2657 VF = Builder.createScalarCast(Instruction::CastOps::UIToFP, VF, StepTy, in expandVPWidenIntOrFpInduction()
H A DLoopVectorize.cpp8383 EndValue = VectorPHBuilder.createScalarCast(Instruction::Trunc, EndValue, in addResumePhiRecipeForInduction()
9219 Builder.createScalarCast(ExtendOpc, FinalReductionResult, PhiTy, {}); in adjustRecipesForReductions()