/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 28 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator 73 S->getSCEVType() == scZeroExtend || in classof() 110 return S->getSCEVType() == scZeroExtend; in classof() 467 case scZeroExtend: in visit()
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 30 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator 70 S->getSCEVType() == scZeroExtend || in classof() 101 return S->getSCEVType() == scZeroExtend; in classof() 446 case scZeroExtend: in visit() 506 case scZeroExtend: in visitAll()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 42 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator 84 S->getSCEVType() == scZeroExtend || in classof() 115 return S->getSCEVType() == scZeroExtend; in classof() 453 case scZeroExtend: in visit() 514 case scZeroExtend: in visitAll()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 99 case scZeroExtend: return SE.getZeroExtendExpr(N, S->getType()); in TransformImpl()
|
D | ScalarEvolution.cpp | 140 case scZeroExtend: { in print() 236 case scZeroExtend: in getType() 319 : SCEVCastExpr(ID, scZeroExtend, op, ty) { in SCEVZeroExtendExpr() 580 case scZeroExtend: in compare() 900 ID.AddInteger(scZeroExtend); in getZeroExtendExpr() 6526 case scZeroExtend: in computeLoopDisposition() 6628 case scZeroExtend: in computeBlockDisposition() 6701 case scZeroExtend: in hasOperand()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 99 case scZeroExtend: return SE.getZeroExtendExpr(N, S->getType()); in TransformImpl()
|
D | ScalarEvolution.cpp | 149 case scZeroExtend: { in print() 252 case scZeroExtend: in getType() 344 : SCEVCastExpr(ID, scZeroExtend, op, ty) { in SCEVZeroExtendExpr() 608 case scZeroExtend: in compare() 1424 ID.AddInteger(scZeroExtend); in getZeroExtendExpr() 4087 case scConstant: case scTruncate: case scZeroExtend: case scSignExtend: in IsAvailableOnEntry() 4725 case scZeroExtend: in getRangeViaFactoring() 6646 case scZeroExtend: { in BuildConstantFromSCEV() 9714 case scZeroExtend: in computeLoopDisposition() 9817 case scZeroExtend: in computeBlockDisposition()
|
D | ScalarEvolutionExpander.cpp | 1945 case scZeroExtend: in isHighCostExpansionHelper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 236 case scZeroExtend: { in print() 339 case scZeroExtend: in getType() 430 : SCEVCastExpr(ID, scZeroExtend, op, ty) { in SCEVZeroExtendExpr() 755 case scZeroExtend: in CompareSCEVComplexity() 1619 ID.AddInteger(scZeroExtend); in getZeroExtendExpr() 5192 case scConstant: case scTruncate: case scZeroExtend: case scSignExtend: in IsAvailableOnEntry() 5894 case scZeroExtend: in getRangeViaFactoring() 7998 case scZeroExtend: { in BuildConstantFromSCEV() 11418 case scZeroExtend: in computeLoopDisposition() 11523 case scZeroExtend: in computeBlockDisposition()
|
D | ScalarEvolutionExpander.cpp | 2061 case scZeroExtend: in isHighCostExpansionHelper()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 747 case scZeroExtend: in isHighCostExpansion() 2461 case scZeroExtend: in getExprBase()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 901 case scZeroExtend: in isHighCostExpansion() 2741 case scZeroExtend: in getExprBase()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2094 (C->getSCEVType() == scSignExtend || C->getSCEVType() == scZeroExtend) in isConsecutivePtr()
|