Searched refs:GreatestCommonDivisor64 (Results 1 – 18 of 18) sorted by relevance
/external/llvm-project/mlir/include/mlir/Support/ |
D | MathExtras.h | 52 int64_t lcm = (x * y) / llvm::GreatestCommonDivisor64(x, y); in lcm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Support.cpp | 29 unsigned GCD = GreatestCommonDivisor64(Denominator, RHS.Denominator); in operator +=()
|
/external/llvm-project/llvm/lib/MCA/ |
D | Support.cpp | 29 unsigned GCD = GreatestCommonDivisor64(Denominator, RHS.Denominator); in operator +=()
|
/external/llvm-project/mlir/lib/IR/ |
D | AffineExpr.cpp | 211 return llvm::GreatestCommonDivisor64( in getLargestKnownDivisor() 243 return llvm::GreatestCommonDivisor64( in isMultipleOf() 928 gcd = llvm::GreatestCommonDivisor64(gcd, std::abs(lhs[i])); in visitModExpr() 1005 gcd = llvm::GreatestCommonDivisor64(gcd, std::abs(lhs[i])); in visitDivExpr()
|
/external/capstone/ |
D | MathExtras.h | 298 static inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) { in GreatestCommonDivisor64() function
|
/external/llvm-project/mlir/lib/Analysis/ |
D | LoopAnalysis.cpp | 140 gcd = llvm::GreatestCommonDivisor64(gcd.getValue(), thisGcd); in getLargestDivisorOfTripCount()
|
D | AffineStructures.cpp | 755 gcd = llvm::GreatestCommonDivisor64(gcd, std::abs(at(j))); in normalizeConstraintByGCD() 1027 gcd = llvm::GreatestCommonDivisor64(gcd, std::abs(atEq(i, j))); in isEmptyByGCDTest() 1099 gcd = llvm::GreatestCommonDivisor64(gcd, std::abs(atIneq(i, j))); in GCDTightenInequalities()
|
/external/llvm/include/llvm/Support/ |
D | MathExtras.h | 516 inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) {
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 322 (unsigned)GreatestCommonDivisor64(Count, TripMultiple); in UnrollLoop()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MathExtras.h | 538 inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) {
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 452 (unsigned)GreatestCommonDivisor64(ULO.Count, ULO.TripMultiple); in UnrollLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MathExtras.h | 619 inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) {
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MathExtras.h | 631 inline uint64_t GreatestCommonDivisor64(uint64_t A, uint64_t B) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUnroll.cpp | 457 (unsigned)GreatestCommonDivisor64(ULO.Count, ULO.TripMultiple); in UnrollLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1558 NeedAlign ? GreatestCommonDivisor64(ArgAlign, Offsets[j]) : 0; in LowerCall() 1607 unsigned PartAlign = GreatestCommonDivisor64(ArgAlign, curOffset); in LowerCall() 1787 unsigned EltAlign = GreatestCommonDivisor64(RetAlign, Offsets[i]); in LowerCall()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1121 unsigned ArgAlign = GreatestCommonDivisor64(align, Offsets[j]); in LowerCall() 1351 unsigned PartAlign = GreatestCommonDivisor64(ArgAlign, curOffset); in LowerCall() 1616 unsigned AlignI = GreatestCommonDivisor64(RetAlign, Offsets[i]); in LowerCall()
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopInfo.cpp | 291 auto GCD = GreatestCommonDivisor64(NewElementSize, OldElementSize); in updateElementType()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 1590 unsigned PartAlign = GreatestCommonDivisor64(ArgAlign.value(), curOffset); in LowerCall()
|