Searched refs:floorOfQuotient (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1436 static APInt floorOfQuotient(const APInt &A, const APInt &B) { in floorOfQuotient() function 1548 TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL)); in exactSIVtest() 1553 TU = minAPInt(TU, floorOfQuotient(-X, TMUL)); in exactSIVtest() 1567 TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL)); in exactSIVtest() 1572 TU = minAPInt(TU, floorOfQuotient(-Y, TMUL)); in exactSIVtest() 1598 TU = minAPInt(TU, floorOfQuotient(X - Y + 1, TMUL)); in exactSIVtest() 1615 TU = minAPInt(TU, floorOfQuotient(X - Y, TMUL)); in exactSIVtest() 1624 TU = minAPInt(TU, floorOfQuotient(Y - X, TMUL)); in exactSIVtest() 1641 TU = minAPInt(TU, floorOfQuotient(Y - X + 1, TMUL)); in exactSIVtest() 1956 TU = minAPInt(TU, floorOfQuotient(SrcUM - X, TMUL)); in exactRDIVtest() [all …]
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1359 static APInt floorOfQuotient(const APInt &A, const APInt &B) { in floorOfQuotient() function 1471 TU = minAPInt(TU, floorOfQuotient(UM - X, TMUL)); in exactSIVtest() 1476 TU = minAPInt(TU, floorOfQuotient(-X, TMUL)); in exactSIVtest() 1490 TU = minAPInt(TU, floorOfQuotient(UM - Y, TMUL)); in exactSIVtest() 1495 TU = minAPInt(TU, floorOfQuotient(-Y, TMUL)); in exactSIVtest() 1521 TU = minAPInt(TU, floorOfQuotient(X - Y + 1, TMUL)); in exactSIVtest() 1538 TU = minAPInt(TU, floorOfQuotient(X - Y, TMUL)); in exactSIVtest() 1547 TU = minAPInt(TU, floorOfQuotient(Y - X, TMUL)); in exactSIVtest() 1564 TU = minAPInt(TU, floorOfQuotient(Y - X + 1, TMUL)); in exactSIVtest() 1879 TU = minAPInt(TU, floorOfQuotient(SrcUM - X, TMUL)); in exactRDIVtest() [all …]
|
/external/llvm-project/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1438 static APInt floorOfQuotient(const APInt &A, const APInt &B) { in floorOfQuotient() function 1537 TU = APIntOps::smin(TU, floorOfQuotient(UM - X, TMUL)); in exactSIVtest() 1542 TU = APIntOps::smin(TU, floorOfQuotient(-X, TMUL)); in exactSIVtest() 1556 TU = APIntOps::smin(TU, floorOfQuotient(UM - Y, TMUL)); in exactSIVtest() 1561 TU = APIntOps::smin(TU, floorOfQuotient(-Y, TMUL)); in exactSIVtest() 1587 TU = APIntOps::smin(TU, floorOfQuotient(X - Y + 1, TMUL)); in exactSIVtest() 1604 TU = APIntOps::smin(TU, floorOfQuotient(X - Y, TMUL)); in exactSIVtest() 1613 TU = APIntOps::smin(TU, floorOfQuotient(Y - X, TMUL)); in exactSIVtest() 1630 TU = APIntOps::smin(TU, floorOfQuotient(Y - X + 1, TMUL)); in exactSIVtest() 1945 TU = APIntOps::smin(TU, floorOfQuotient(SrcUM - X, TMUL)); in exactRDIVtest() [all …]
|