Home
last modified time | relevance | path

Searched refs:SCEVTypes (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h38 enum SCEVTypes : unsigned short { enum
80 SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, const SCEV *op,
123 SCEVIntegralCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy,
191 SCEVNAryExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, in SCEVNAryExpr()
244 enum SCEVTypes T, const SCEV *const *O, size_t N) in SCEVCommutativeExpr()
427 static bool isMinMaxType(enum SCEVTypes T) { in isMinMaxType()
434 SCEVMinMaxExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, in SCEVMinMaxExpr()
447 static enum SCEVTypes negate(enum SCEVTypes T) { in negate()
DScalarEvolution.h73 enum SCEVTypes : unsigned short;
86 const SCEVTypes SCEVType;
123 explicit SCEV(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy,
129 SCEVTypes getSCEVType() const { return SCEVType; }
579 const SCEV *getMinMaxExpr(SCEVTypes Kind,
2038 findExistingSCEVInCache(SCEVTypes SCEVType, ArrayRef<const SCEV *> Ops);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h38 enum SCEVTypes { enum
151 SCEVNAryExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, in SCEVNAryExpr()
204 enum SCEVTypes T, const SCEV *const *O, size_t N) in SCEVCommutativeExpr()
371 static bool isMinMaxType(enum SCEVTypes T) { in isMinMaxType()
378 SCEVMinMaxExpr(const FoldingSetNodeIDRef ID, enum SCEVTypes T, in SCEVMinMaxExpr()
388 return isMinMaxType(static_cast<SCEVTypes>(S->getSCEVType())); in classof()
391 static enum SCEVTypes negate(enum SCEVTypes T) { in negate()
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h27 enum SCEVTypes { enum
133 enum SCEVTypes T, const SCEV *const *O, size_t N) in SCEVNAryExpr()
183 enum SCEVTypes T, const SCEV *const *O, size_t N) in SCEVCommutativeExpr()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp138 switch (static_cast<SCEVTypes>(getSCEVType())) { in print()
248 switch (static_cast<SCEVTypes>(getSCEVType())) { in getType()
480 switch (static_cast<SCEVTypes>(LType)) { in compare()
1971 StrengthenNoWrapFlags(ScalarEvolution *SE, SCEVTypes Type, in StrengthenNoWrapFlags()
3324 switch (static_cast<SCEVTypes>(S->getSCEVType())) { in checkValidity()
3354 switch (static_cast<SCEVTypes>(S->getSCEVType())) { in follow()
6632 switch (static_cast<SCEVTypes>(V->getSCEVType())) { in BuildConstantFromSCEV()
9710 switch (static_cast<SCEVTypes>(S->getSCEVType())) { in computeLoopDisposition()
9813 switch (static_cast<SCEVTypes>(S->getSCEVType())) { in computeBlockDisposition()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp246 switch (static_cast<SCEVTypes>(getSCEVType())) { in print()
364 switch (static_cast<SCEVTypes>(getSCEVType())) { in getType()
677 switch (static_cast<SCEVTypes>(LType)) { in CompareSCEVComplexity()
2344 StrengthenNoWrapFlags(ScalarEvolution *SE, SCEVTypes Type, in StrengthenNoWrapFlags()
3681 ID.Intern(SCEVAllocator), static_cast<SCEVTypes>(Kind), O, Ops.size()); in getMinMaxExpr()
3997 SCEVMinMaxExpr::negate(static_cast<SCEVTypes>(MME->getSCEVType())), in getNotSCEV()
8111 switch (static_cast<SCEVTypes>(V->getSCEVType())) { in BuildConstantFromSCEV()
11728 switch (static_cast<SCEVTypes>(S->getSCEVType())) { in computeLoopDisposition()
11835 switch (static_cast<SCEVTypes>(S->getSCEVType())) { in computeBlockDisposition()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp467 SCEVCastExpr::SCEVCastExpr(const FoldingSetNodeIDRef ID, SCEVTypes SCEVTy, in SCEVCastExpr()
481 SCEVTypes SCEVTy, const SCEV *op, in SCEVIntegralCastExpr()
701 SCEVTypes LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); in CompareSCEVComplexity()
2208 StrengthenNoWrapFlags(ScalarEvolution *SE, SCEVTypes Type, in StrengthenNoWrapFlags()
3472 ScalarEvolution::findExistingSCEVInCache(SCEVTypes SCEVType, in findExistingSCEVInCache()
3493 const SCEV *ScalarEvolution::getMinMaxExpr(SCEVTypes Kind, in getMinMaxExpr()