Home
last modified time | relevance | path

Searched refs:convertSCEVToAddRecWithPredicates (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1100 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DScalarEvolution.h1086 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DScalarEvolution.h1100 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1086 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1086 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DScalarEvolution.h1098 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DScalarEvolution.h1068 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DScalarEvolution.h1068 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1147 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1216 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DScalarEvolution.h1216 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1162 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1216 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1144 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1216 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1162 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1216 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DScalarEvolution.cpp8599 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10470 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10612 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12151 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12395 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp8787 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10656 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10798 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12291 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12535 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp8591 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10462 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10604 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12143 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12387 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp8787 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10656 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10798 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12291 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12535 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp8787 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10656 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10798 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12291 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12535 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp8688 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10520 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10662 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12147 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12391 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp8645 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10503 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10645 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12127 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12371 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp8436 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10302 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10444 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
11967 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12211 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()

12