/external/llvm/unittests/Transforms/Utils/ |
D | IntegerDivision.cpp | 49 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
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | IntegerDivisionTest.cpp | 48 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 78 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 169 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local 199 Instruction* Quotient = dyn_cast<Instruction>(cast<User>(Ret)->getOperand(0)); in TEST() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 88 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
|
D | BypassSlowDivision.cpp | 47 Value *Quotient; member 59 Value *Quotient = nullptr; member
|
/external/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 89 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
|
D | BypassSlowDivision.cpp | 39 PHINode *Quotient; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | IntegerDivision.cpp | 88 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
|
D | BypassSlowDivision.cpp | 47 Value *Quotient; member 59 Value *Quotient = nullptr; member
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 70 uint64_t Quotient = Dividend64 / Divisor; in divide32() local 104 uint64_t Quotient = Dividend / Divisor; in divide64() local
|
D | APInt.cpp | 1668 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()
|
/external/llvm-project/llvm/lib/Support/ |
D | ScaledNumber.cpp | 69 uint64_t Quotient = Dividend64 / Divisor; in divide32() local 103 uint64_t Quotient = Dividend / Divisor; in divide64() local
|
D | APInt.cpp | 1478 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide() 1633 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local 1666 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local 1786 APInt &Quotient, APInt &Remainder) { in udivrem() 1856 void APInt::udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient, in udivrem() 1918 APInt &Quotient, APInt &Remainder) { in sdivrem() 1936 APInt &Quotient, int64_t &Remainder) { in sdivrem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 69 uint64_t Quotient = Dividend64 / Divisor; in divide32() local 103 uint64_t Quotient = Dividend / Divisor; in divide64() local
|
D | APInt.cpp | 1479 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()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionDivision.h | 65 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolutionDivision.cpp | 58 const SCEV *Denominator, const SCEV **Quotient, in divide()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 655 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
|
D | InstructionCombining.cpp | 1245 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 684 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in isMultiple() 739 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local 763 APInt Quotient(C1->getBitWidth(), /*val=*/0ULL, IsSigned); in commonIDivTransforms() local
|
D | InstructionCombining.cpp | 1328 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 92 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
|
D | InstructionCombining.cpp | 1050 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/external/grpc-grpc/src/csharp/Grpc.Examples/ |
D | Math.cs | 246 public long Quotient { property in Math.DivReply
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1642 unsigned rhsWords, APInt *Quotient, APInt *Remainder) { in divide() 1849 APInt Quotient(1,0); // to hold result. in udiv() local 1914 APInt &Quotient, APInt &Remainder) { in udivrem() 1966 APInt &Quotient, APInt &Remainder) { in sdivrem()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUCodeGenPrepare.cpp | 828 Value *Quotient = getMulHu(Builder, Tmp0, Num); in expandDivRem32() local
|