Home
last modified time | relevance | path

Searched refs:scTruncate (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h30 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/
DScalarEvolutionExpressions.h41 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/
DScalarEvolutionExpressions.h41 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/
DScalarEvolutionNormalization.cpp101 case scTruncate: return SE.getTruncateExpr(N, S->getType()); in TransformImpl()
DScalarEvolution.cpp142 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()
DScalarEvolutionExpander.cpp1942 case scTruncate: in isHighCostExpansionHelper()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp250 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()
DScalarEvolutionExpander.cpp2145 case scTruncate: in isHighCostExpansionHelper()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp262 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/
DScalarEvolutionExpander.cpp2255 case scTruncate: in costAndCollectOperands()
2380 case scTruncate: in isHighCostExpansionHelper()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp744 case scTruncate: in isHighCostExpansion()
2459 case scTruncate: in getExprBase()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp930 case scTruncate: in isHighCostExpansion()
2767 case scTruncate: in getExprBase()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp912 case scTruncate: in isHighCostExpansion()
2772 case scTruncate: in getExprBase()