Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1887 Value *SteppedStart = getStepVector(SplatStart, 0, Step); in createVectorIntInductionPHI() local
1895 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in createVectorIntInductionPHI()
1903 VecInd->addIncoming(SteppedStart, LoopVectorPreHeader); in createVectorIntInductionPHI()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1702 Value *SteppedStart = in createVectorIntOrFpInductionPHI() local
1734 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in createVectorIntOrFpInductionPHI()
1758 VecInd->addIncoming(SteppedStart, LoopVectorPreHeader); in createVectorIntOrFpInductionPHI()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9391 Value *SteppedStart = getStepVector( in execute() local
9428 PHINode *VecInd = PHINode::Create(SteppedStart->getType(), 2, "vec.ind", in execute()
9444 VecInd->addIncoming(SteppedStart, VectorPH); in execute()