Searched refs:CastDef (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 525 VPValue *Def, VPValue *CastDef, 635 VPValue *CastDef, VPTransformState &State); 645 VPValue *CastDef, 675 Value *VectorLoopValue, VPValue *CastDef, VPTransformState &State, 2277 Instruction *EntryVal, VPValue *Def, VPValue *CastDef, in createVectorIntOrFpInductionPHI() argument 2377 Value *VectorLoopVal, VPValue *CastDef, VPTransformState &State, in recordVectorLoopValueForInductionCast() argument 2398 State.set(CastDef, VectorLoopVal, VPIteration(Part, Lane)); in recordVectorLoopValueForInductionCast() 2400 State.set(CastDef, VectorLoopVal, Part); in recordVectorLoopValueForInductionCast() 2405 VPValue *CastDef, in widenIntOrFpInduction() argument 2510 buildScalarSteps(ScalarIV, Step, EntryVal, ID, Def, CastDef, State); in widenIntOrFpInduction() [all …]
|