Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
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
/external/llvm/unittests/Transforms/Utils/
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
/external/llvm/lib/Transforms/Utils/
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
DBypassSlowDivision.cpp39 PHINode *Quotient; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
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
DBypassSlowDivision.cpp48 Value *Quotient; member
60 Value *Quotient = nullptr; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DScaledNumber.cpp70 uint64_t Quotient = Dividend64 / Divisor; in divide32() local
104 uint64_t Quotient = Dividend / Divisor; in divide64() local
DAPInt.cpp1408 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide()
1563 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1596 APInt Quotient(BitWidth, 0); // to hold result. in udiv() local
1716 APInt &Quotient, APInt &Remainder) { in udivrem()
1786 void APInt::udivrem(const APInt &LHS, uint64_t RHS, APInt &Quotient, in udivrem()
1848 APInt &Quotient, APInt &Remainder) { in sdivrem()
1866 APInt &Quotient, int64_t &Remainder) { in sdivrem()
/external/llvm/lib/Support/
DScaledNumber.cpp70 uint64_t Quotient = Dividend64 / Divisor; in divide32() local
104 uint64_t Quotient = Dividend / Divisor; in divide64() local
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp632 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, in isMultiple()
689 APInt Quotient(C1->getBitWidth(), /*Val=*/0ULL, IsSigned); in commonIDivTransforms() local
713 APInt Quotient(C1->getBitWidth(), /*Val=*/0ULL, IsSigned); in commonIDivTransforms() local
DInstructionCombining.cpp1165 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/external/llvm/lib/Transforms/InstCombine/
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
DInstructionCombining.cpp1050 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMath.cs246 public long Quotient { property in Math.DivReply
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1642 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/lib/Support/
DAPInt.cpp1767 APInt *Quotient, APInt *Remainder) in divide()
1973 APInt Quotient(1,0); // to hold result. in udiv() local
2016 APInt &Quotient, APInt &Remainder) { in udivrem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUCodeGenPrepare.cpp698 Value *Quotient = getMulHu(Builder, Tmp0, Num); in expandDivRem32() local
DAMDGPUISelLowering.cpp1814 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h809 APInt &Quotient, APInt &Remainder) { in sdivrem()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1464 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); in LowerUDIVREM() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2637 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) { in GenerateScales() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3571 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) { in GenerateScales() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3900 if (const SCEV *Quotient = getExactSDiv(AR, FactorS, SE, true)) { in GenerateScales() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp918 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member

12