Home
last modified time | relevance | path

Searched defs:Dividend (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp158 Value *Dividend = SlowDivOrRem->getOperand(0); in getReplacement() local
269 Value *Dividend = SlowDivOrRem->getOperand(0); in createSlowBB() local
292 Value *Dividend = SlowDivOrRem->getOperand(0); in createFastBB() local
352 Value *Dividend = SlowDivOrRem->getOperand(0); in insertFastDivAndRem() local
DIntegerDivision.cpp34 static Value *generateSignedRemainderCode(Value *Dividend, Value *Divisor, in generateSignedRemainderCode()
80 static Value *generatedUnsignedRemainderCode(Value *Dividend, Value *Divisor, in generatedUnsignedRemainderCode()
104 static Value *generateSignedDivisionCode(Value *Dividend, Value *Divisor, in generateSignedDivisionCode()
151 static Value *generateUnsignedDivisionCode(Value *Dividend, Value *Divisor, in generateUnsignedDivisionCode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DBypassSlowDivision.h32 Value *Dividend; member
/external/llvm/lib/Transforms/Utils/
DIntegerDivision.cpp34 static Value *generateSignedRemainderCode(Value *Dividend, Value *Divisor, in generateSignedRemainderCode()
80 static Value *generatedUnsignedRemainderCode(Value *Dividend, Value *Divisor, in generatedUnsignedRemainderCode()
104 static Value *generateSignedDivisionCode(Value *Dividend, Value *Divisor, in generateSignedDivisionCode()
151 static Value *generateUnsignedDivisionCode(Value *Dividend, Value *Divisor, in generateUnsignedDivisionCode()
DBypassSlowDivision.cpp31 Value *Dividend; member
82 Value *Dividend = I->getOperand(0); in insertFastDiv() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScaledNumber.h154 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient()
171 inline std::pair<uint32_t, int16_t> getQuotient32(uint32_t Dividend, in getQuotient32()
177 inline std::pair<uint64_t, int16_t> getQuotient64(uint64_t Dividend, in getQuotient64()
684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
/external/llvm/include/llvm/Support/
DScaledNumber.h154 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient()
171 inline std::pair<uint32_t, int16_t> getQuotient32(uint32_t Dividend, in getQuotient32()
177 inline std::pair<uint64_t, int16_t> getQuotient64(uint64_t Dividend, in getQuotient64()
684 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DScaledNumber.cpp58 std::pair<uint32_t, int16_t> ScaledNumbers::divide32(uint32_t Dividend, in divide32()
81 std::pair<uint64_t, int16_t> ScaledNumbers::divide64(uint64_t Dividend, in divide64()
/external/llvm/lib/Support/
DScaledNumber.cpp58 std::pair<uint32_t, int16_t> ScaledNumbers::divide32(uint32_t Dividend, in divide32()
81 std::pair<uint64_t, int16_t> ScaledNumbers::divide64(uint64_t Dividend, in divide64()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp627 SDNode *Dividend; in Select() local
709 SDNode *Dividend = N0.getNode(); in Select() local
/external/llvm/lib/CodeGen/
DTargetSchedule.cpp38 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSchedule.cpp48 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/external/grpc-grpc/src/csharp/Grpc.Examples/
DMath.cs89 public long Dividend { property in Math.DivArgs
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp1220 static Instruction *CvtFDivConstToReciprocal(Value *Dividend, Constant *Divisor, in CvtFDivConstToReciprocal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1649 bool isRemainderZero(const SCEVConstant *Dividend, in isRemainderZero()
DScalarEvolution.cpp1180 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1583 bool isRemainderZero(const SCEVConstant *Dividend, in isRemainderZero()
DScalarEvolution.cpp1022 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp747 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); in BinomialCoefficient() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8762 SDValue Dividend = U->getOperand(0); in combineRepeatedFPDivisors() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp13969 const SDValue Dividend = Op->getOperand(0); in LowerDivRem() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11270 SDValue Dividend = U->getOperand(0); in combineRepeatedFPDivisors() local