Searched defs:Quotient (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwtimer.c287 UINT64 Quotient; local
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutstrsuppt.c539 UINT64 Quotient; local
H A Dutmath.c452 UINT64_OVERLAY Quotient; local
518 UINT64_OVERLAY Quotient; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp69 uint64_t Quotient = Dividend64 / Divisor; local
103 uint64_t Quotient = Dividend / Divisor; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp47 Value *Quotient; member in struct:__anon2768::QuotRemPair
59 Value *Quotient = nullptr; member in struct:__anon2768::QuotRemWithBB
[all...]
H A DIntegerDivision.cpp88 Value *Quotient = Builder.CreateUDiv(Dividend, Divisor); local
448 Value *Quotient = generateSignedDivisionCode(Div->getOperand(0), local
468 Value *Quotient = generateUnsignedDivisionCode(Div->getOperand(0), local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp655 static bool isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp828 Value *Quotient = getMulHu(Builder, Tmp0, Num); local
[all...]
H A DAMDGPUISelLowering.cpp1900 SDValue Quotient = DAG.getNode(ISD::MULHU, DL, VT, Tmp0, Num); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp892 divide(ScalarEvolution &SE, const SCEV *Numerator, const SCEV *Denominator, const SCEV **Quotient, const SCEV **Remainder) argument
1113 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member in struct:__anon1648::SCEVDivision
[all...]

Completed in 207 milliseconds