Searched refs:CountRoundDown (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 342 Value *CountRoundDown, Value *EndValue, 3046 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createEmptyLoop() local 3049 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createEmptyLoop() 3074 EndValue = CountRoundDown; in createEmptyLoop() 3077 Value *CRD = B.CreateSExtOrTrunc(CountRoundDown, in createEmptyLoop() 3089 fixupIVUsers(OrigPhi, II, CountRoundDown, EndValue, MiddleBlock); in createEmptyLoop() 3106 CountRoundDown, "cmp.n", MiddleBlock->getTerminator()); in createEmptyLoop() 3136 Value *CountRoundDown, Value *EndValue, in fixupIVUsers() argument 3170 CountRoundDown, ConstantInt::get(CountRoundDown->getType(), 1)); in fixupIVUsers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 465 Value *CountRoundDown, Value *EndValue, 2892 Value *CountRoundDown = getOrCreateVectorTripCount(Lp); in createVectorizedLoopSkeleton() local 2895 createInductionVariable(Lp, StartIdx, CountRoundDown, Step, in createVectorizedLoopSkeleton() 2922 EndValue = CountRoundDown; in createVectorizedLoopSkeleton() 2927 CastInst::getCastOpcode(CountRoundDown, true, StepType, true); in createVectorizedLoopSkeleton() 2928 Value *CRD = B.CreateCast(CastOp, CountRoundDown, StepType, "cast.crd"); in createVectorizedLoopSkeleton() 2953 CountRoundDown, "cmp.n", MiddleBlock->getTerminator()); in createVectorizedLoopSkeleton() 2985 Value *CountRoundDown, Value *EndValue, in fixupIVUsers() argument 3019 CountRoundDown, ConstantInt::get(CountRoundDown->getType(), 1)); in fixupIVUsers()
|