/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 30 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator 69 return S->getSCEVType() == scTruncate || in classof() 86 return S->getSCEVType() == scTruncate; in classof() 444 case scTruncate: in visit() 505 case scTruncate: in visitAll()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 41 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator 100 return S->getSCEVType() == scPtrToInt || S->getSCEVType() == scTruncate || in classof() 129 return S->getSCEVType() == scTruncate || in classof() 146 return S->getSCEVType() == scTruncate; in classof() 575 case scTruncate: in visit() 641 case scTruncate: in visitAll()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 41 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator 89 return S->getSCEVType() == scTruncate || in classof() 106 return S->getSCEVType() == scTruncate; in classof() 517 case scTruncate: in visit() 583 case scTruncate: in visitAll()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 101 case scTruncate: return SE.getTruncateExpr(N, S->getType()); in TransformImpl()
|
D | ScalarEvolution.cpp | 142 case scTruncate: { in print() 251 case scTruncate: in getType() 336 : SCEVCastExpr(ID, scTruncate, op, ty) { in SCEVTruncateExpr() 607 case scTruncate: in compare() 1076 ID.AddInteger(scTruncate); in getTruncateExpr() 4087 case scConstant: case scTruncate: case scZeroExtend: case scSignExtend: in IsAvailableOnEntry() 4721 case scTruncate: in getRangeViaFactoring() 6652 case scTruncate: { in BuildConstantFromSCEV() 9713 case scTruncate: in computeLoopDisposition() 9816 case scTruncate: in computeBlockDisposition()
|
D | ScalarEvolutionExpander.cpp | 1942 case scTruncate: in isHighCostExpansionHelper()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 250 case scTruncate: { in print() 367 case scTruncate: in getType() 454 : SCEVCastExpr(ID, scTruncate, op, ty) { in SCEVTruncateExpr() 779 case scTruncate: in CompareSCEVComplexity() 1270 ID.AddInteger(scTruncate); in getTruncateExpr() 5196 case scConstant: case scTruncate: case scZeroExtend: case scSignExtend: in IsAvailableOnEntry() 5949 case scTruncate: in getRangeViaFactoring() 8131 case scTruncate: { in BuildConstantFromSCEV() 11731 case scTruncate: in computeLoopDisposition() 11838 case scTruncate: in computeBlockDisposition()
|
D | ScalarEvolutionExpander.cpp | 2145 case scTruncate: in isHighCostExpansionHelper()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 262 case scTruncate: { in print() 386 case scTruncate: in getType() 487 : SCEVIntegralCastExpr(ID, scTruncate, op, ty) { in SCEVTruncateExpr() 813 case scTruncate: in CompareSCEVComplexity() 1154 ID.AddInteger(scTruncate); in getTruncateExpr() 5263 case scTruncate: in IsAvailableOnEntry() 6115 case scTruncate: in getRangeViaFactoring() 8366 case scTruncate: { in BuildConstantFromSCEV() 12249 case scTruncate: in computeLoopDisposition() 12357 case scTruncate: in computeBlockDisposition()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ScalarEvolutionExpander.cpp | 2255 case scTruncate: in costAndCollectOperands() 2380 case scTruncate: in isHighCostExpansionHelper()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 744 case scTruncate: in isHighCostExpansion() 2459 case scTruncate: in getExprBase()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 930 case scTruncate: in isHighCostExpansion() 2767 case scTruncate: in getExprBase()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 912 case scTruncate: in isHighCostExpansion() 2772 case scTruncate: in getExprBase()
|