Searched defs:Dividend (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c516 UINT64_OVERLAY Dividend; local
445 AcpiUtShortDivide( UINT64 Dividend, UINT32 Divisor, UINT64 *OutQuotient, UINT32 *OutRemainder) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DScaledNumber.h153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { argument
170 inline std::pair<uint32_t, int16_t> getQuotient32(uint32_t Dividend, argument
176 getQuotient64(uint64_t Dividend, uint64_t Divisor) argument
683 getQuotient(DigitsType Dividend, DigitsType Divisor) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h32 AssertingVH<Value> Dividend; member in struct:llvm::DivRemMapKey
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1660 bool isRemainderZero(const SCEVConstant *Dividend, argument
H A DScalarEvolution.cpp1217 const SCEV *Dividend = SE.getTruncateOrZeroExtend(It, CalculationTy); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12721 SDValue Dividend = U->getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp57 std::pair<uint32_t, int16_t> ScaledNumbers::divide32(uint32_t Dividend, argument
80 std::pair<uint64_t, int16_t> ScaledNumbers::divide64(uint64_t Dividend, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16255 const SDValue Dividend = Op->getOperand(0); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp52 Value *Dividend, *XroundedDownToMultipleOfY; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp159 DivRemMapKey Key(isSignedOp(), Dividend, Divisor); local
[all...]
H A DIntegerDivision.cpp33 static Value *generateSignedRemainderCode(Value *Dividend, Value *Divisor, argument
79 static Value *generatedUnsignedRemainderCode(Value *Dividend, Value *Divisor, argument
103 static Value *generateSignedDivisionCode(Value *Dividend, Value *Divisor, argument
150 generateUnsignedDivisionCode(Value *Dividend, Value *Divisor, IRBuilder<> &Builder) argument
[all...]

Completed in 368 milliseconds