Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpressions.h28 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator
72 return S->getSCEVType() == scTruncate || in classof()
92 return S->getSCEVType() == scTruncate; in classof()
465 case scTruncate: in visit()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h42 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator
83 return S->getSCEVType() == scTruncate || in classof()
100 return S->getSCEVType() == scTruncate; in classof()
451 case scTruncate: in visit()
513 case scTruncate: in visitAll()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionNormalization.cpp101 case scTruncate: return SE.getTruncateExpr(N, S->getType()); in TransformImpl()
DScalarEvolution.cpp133 case scTruncate: { in print()
235 case scTruncate: in getType()
311 : SCEVCastExpr(ID, scTruncate, op, ty) { in SCEVTruncateExpr()
579 case scTruncate: in compare()
801 ID.AddInteger(scTruncate); in getTruncateExpr()
6525 case scTruncate: in computeLoopDisposition()
6627 case scTruncate: in computeBlockDisposition()
6700 case scTruncate: in hasOperand()
/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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp229 case scTruncate: { in print()
338 case scTruncate: in getType()
423 : SCEVCastExpr(ID, scTruncate, op, ty) { in SCEVTruncateExpr()
754 case scTruncate: in CompareSCEVComplexity()
1233 ID.AddInteger(scTruncate); in getTruncateExpr()
5192 case scConstant: case scTruncate: case scZeroExtend: case scSignExtend: in IsAvailableOnEntry()
5890 case scTruncate: in getRangeViaFactoring()
8004 case scTruncate: { in BuildConstantFromSCEV()
11417 case scTruncate: in computeLoopDisposition()
11522 case scTruncate: in computeBlockDisposition()
DScalarEvolutionExpander.cpp2058 case scTruncate: in isHighCostExpansionHelper()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp744 case scTruncate: in isHighCostExpansion()
2459 case scTruncate: in getExprBase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp898 case scTruncate: in isHighCostExpansion()
2739 case scTruncate: in getExprBase()