Home
last modified time | relevance | path

Searched defs:Quotient (Results 1 – 25 of 35) sorted by relevance

12

/aosp_15_r20/external/llvm/unittests/Transforms/Utils/
H A DIntegerDivision.cpp49 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
79 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
170 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
200 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp89 Value *Quotient = Builder.CreateUDiv(Dividend, Divisor); in generatedUnsignedRemainderCode() local
449 Value *Quotient = generateSignedDivisionCode(Div->getOperand(0), in expandDivision() local
469 Value *Quotient = generateUnsignedDivisionCode(Div->getOperand(0), in expandDivision() local
H A DBypassSlowDivision.cpp39 PHINode *Quotient; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp84 Value *Quotient = Builder.CreateUDiv(Dividend, Divisor); in generatedUnsignedRemainderCode() local
419 Value *Quotient = generateSignedDivisionCode(Div->getOperand(0), in expandDivision() local
439 Value *Quotient = generateUnsignedDivisionCode(Div->getOperand(0), in expandDivision() local
H A DBypassSlowDivision.cpp45 Value *Quotient; member
57 Value *Quotient = nullptr; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp88 Value *Quotient = Builder.CreateUDiv(Dividend, Divisor); in generatedUnsignedRemainderCode() local
448 Value *Quotient = generateSignedDivisionCode(Div->getOperand(0), in expandDivision() local
468 Value *Quotient = generateUnsignedDivisionCode(Div->getOperand(0), in expandDivision() local
H A DBypassSlowDivision.cpp47 Value *Quotient; member
59 Value *Quotient = nullptr; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1479 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1634 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1667 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1787 APInt &Quotient, APInt &Remainder) { in udivrem()
1857 void APInt::udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient, in udivrem()
1919 APInt &Quotient, APInt &Remainder) { in sdivrem()
1937 APInt &Quotient, int64_t &Remainder) { in sdivrem()
H A DScaledNumber.cpp69 uint64_t Quotient = Dividend64 / Divisor; in divide32() local
103 uint64_t Quotient = Dividend / Divisor; in divide64() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp1449 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1604 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1637 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1757 APInt &Quotient, APInt &Remainder) { in udivrem()
1827 void APInt::udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient, in udivrem()
1889 APInt &Quotient, APInt &Remainder) { in sdivrem()
1907 APInt &Quotient, int64_t &Remainder) { in sdivrem()
H A DScaledNumber.cpp69 uint64_t Quotient = Dividend64 / Divisor; in divide32() local
103 uint64_t Quotient = Dividend / Divisor; in divide64() local
/aosp_15_r20/external/llvm/lib/Support/
H A DScaledNumber.cpp70 uint64_t Quotient = Dividend64 / Divisor; in divide32() local
104 uint64_t Quotient = Dividend / Divisor; in divide64() local
H A DAPInt.cpp1668 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide()
1875 APInt Quotient(1,0); // to hold result. in udiv() local
1940 APInt &Quotient, APInt &Remainder) { in udivrem()
1992 APInt &Quotient, APInt &Remainder) { in sdivrem()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp655 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in isMultiple()
712 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
736 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp92 static bool IsMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in IsMultiple()
835 APInt Quotient(C1->getBitWidth(), /*Val=*/0ULL, IsSigned); in commonIDivTransforms() local
861 APInt Quotient(C1->getBitWidth(), /*Val=*/0ULL, IsSigned); in commonIDivTransforms() local
H A DInstructionCombining.cpp1050 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp849 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in isMultiple()
981 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
1006 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1627 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide()
1834 APInt Quotient(1,0); // to hold result. in udiv() local
1899 APInt &Quotient, APInt &Remainder) { in udivrem()
1951 APInt &Quotient, APInt &Remainder) { in sdivrem()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DScalarEvolutionDivision.h68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DScalarEvolutionDivision.h68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h66 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DScalarEvolutionDivision.h68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DScalarEvolutionDivision.h68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp56 const SCEV *Denominator, const SCEV **Quotient, in divide()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp828 Value *Quotient = getMulHu(Builder, Tmp0, Num); in expandDivRem32() local

12