Searched refs:getSizeOfExpr (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolution.h | 620 const SCEV *getSizeOfExpr(Type *AllocTy);
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 483 SE->getSizeOfExpr(SE->getEffectiveSCEVType(IV.getType()), ElTy); in getIncrmentFactorSCEV() 1493 SE->getSizeOfExpr(SE->getEffectiveSCEVType(Inst->getType()), ElTy); in replaceIV()
|
D | IndVarSimplify.cpp | 1856 assert(SE->getSizeOfExpr(IntegerType::getInt64Ty(IndVar->getContext()), in genLoopLimit()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1261 const SCEV *getSizeOfExpr(Type *IntTy, Type *AllocTy);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 603 const SCEV *getSizeOfExpr(Type *IntTy, Type *AllocTy);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 1601 assert(SE->getSizeOfExpr( in LinearFunctionTestReplace()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 394 const SCEV *ElSize = SE.getSizeOfExpr(ElTy); in expandAddToGEP()
|
D | ScalarEvolution.cpp | 2574 const SCEV *ScalarEvolution::getSizeOfExpr(Type *AllocTy) { in getSizeOfExpr() function in ScalarEvolution 3151 const SCEV *ElementSize = getSizeOfExpr(*GTI); in createNodeForGEP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 2142 assert(SE->getSizeOfExpr(IntegerType::getInt64Ty(IndVar->getContext()), in genLoopLimit()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 412 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy); in expandAddToGEP()
|
D | ScalarEvolution.cpp | 3007 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, CurTy); in getGEPExpr() 3237 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr() function in ScalarEvolution 9203 return getSizeOfExpr(ETy, Ty); in getElementSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 425 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy); in expandAddToGEP()
|
D | ScalarEvolution.cpp | 3475 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, CurTy); in getGEPExpr() 3729 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr() function in ScalarEvolution 10898 return getSizeOfExpr(ETy, Ty); in getElementSize()
|