Home
last modified time | relevance | path

Searched refs:SCEVType (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/Support/
DSCEVValidator.cpp14 namespace SCEVType { namespace
40 SCEVType::TYPE Type;
53 ValidatorResult(SCEVType::TYPE Type) : Type(Type) { in ValidatorResult()
54 assert(Type != SCEVType::PARAM && "Did you forget to pass the parameter"); in ValidatorResult()
58 ValidatorResult(SCEVType::TYPE Type, const SCEV *Expr) : Type(Type) { in ValidatorResult()
63 SCEVType::TYPE getType() { return Type; } in getType()
66 bool isConstant() { return Type == SCEVType::INT || Type == SCEVType::PARAM; } in isConstant()
69 bool isValid() { return Type != SCEVType::INVALID; } in isValid()
72 bool isIV() { return Type == SCEVType::IV; } in isIV()
75 bool isINT() { return Type == SCEVType::INT; } in isINT()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h84 const unsigned short SCEVType;
123 : FastID(ID), SCEVType(SCEVTy), ExpressionSize(ExpressionSize) {}
127 unsigned getSCEVType() const { return SCEVType; }
1890 findExistingSCEVInCache(int SCEVType, ArrayRef<const SCEV *> Ops);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h86 const SCEVTypes SCEVType;
125 : FastID(ID), SCEVType(SCEVTy), ExpressionSize(ExpressionSize) {}
129 SCEVTypes getSCEVType() const { return SCEVType; }
2038 findExistingSCEVInCache(SCEVTypes SCEVType, ArrayRef<const SCEV *> Ops);
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h72 const unsigned short SCEVType;
109 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
111 unsigned getSCEVType() const { return SCEVType; }
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp3545 ScalarEvolution::findExistingSCEVInCache(int SCEVType, in findExistingSCEVInCache() argument
3549 ID.AddInteger(SCEVType); in findExistingSCEVInCache()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp3472 ScalarEvolution::findExistingSCEVInCache(SCEVTypes SCEVType, in findExistingSCEVInCache() argument
3476 ID.AddInteger(SCEVType); in findExistingSCEVInCache()