Home
last modified time | relevance | path

Searched refs:expandAddToGEP (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h335 Value *expandAddToGEP(const SCEV *const *op_begin,
338 Value *expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, Value *V);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp398 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() function in SCEVExpander
592 Value *SCEVExpander::expandAddToGEP(const SCEV *Op, PointerType *PTy, Type *Ty, in expandAddToGEP() function in SCEVExpander
595 return expandAddToGEP(Ops, Ops + 1, PTy, Ty, V); in expandAddToGEP()
723 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum); in visitAddExpr()
733 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); in visitAddExpr()
1045 IncV = expandAddToGEP(SE.getSCEV(StepV), GEPPtrTy, IntTy, PN); in expandIVInc()
1451 Result = expandAddToGEP(SE.getUnknown(Result), PTy, IntTy, Base); in expandAddRecExprLiterally()
1453 Result = expandAddToGEP(PostLoopOffset, PTy, IntTy, Result); in expandAddRecExprLiterally()
1516 return expandAddToGEP(ExposedRest, PTy, Ty, StartV); in visitAddRecExpr()
2208 Add = Builder.CreateBitCast(expandAddToGEP(MulS, ARPtrTy, Ty, StartValue), in generateOverflowCheck()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopStrengthReduce/
Duglygep-address-space.ll9 ; This tests expandAddToGEP uses the right smaller integer type for
Daddress-space-loop.ll9 ; This tests expandAddToGEP uses the right smaller integer type for
/external/llvm/test/Transforms/LoopStrengthReduce/
Daddress-space-loop.ll9 ; This tests expandAddToGEP uses the right smaller integer type for
Duglygep-address-space.ll9 ; This tests expandAddToGEP uses the right smaller integer type for
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h186 Value *expandAddToGEP(const SCEV *const *op_begin,
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp370 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() function in SCEVExpander
736 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum); in visitAddExpr()
746 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); in visitAddExpr()
1042 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN); in getAddRecExprPHILiterally()
1145 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result); in expandAddRecExprLiterally()
1214 return expandAddToGEP(RestArray, RestArray+1, PTy, Ty, StartV); in visitAddRecExpr()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp385 Value *SCEVExpander::expandAddToGEP(const SCEV *const *op_begin, in expandAddToGEP() function in SCEVExpander
705 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, Sum); in visitAddExpr()
715 Sum = expandAddToGEP(NewOps.begin(), NewOps.end(), PTy, Ty, expand(Op)); in visitAddExpr()
990 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN); in expandIVInc()
1386 Result = expandAddToGEP(OffsetArray, OffsetArray+1, PTy, IntTy, Result); in expandAddRecExprLiterally()
1448 return expandAddToGEP(RestArray, RestArray+1, PTy, Ty, StartV); in visitAddRecExpr()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h307 Value *expandAddToGEP(const SCEV *const *op_begin,