Home
last modified time | relevance | path

Searched defs:Divisor (Results 1 – 25 of 30) sorted by relevance

12

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutmath.c339 UINT32 Divisor, in AcpiUtShortDivide()
409 UINT64_OVERLAY Divisor; in AcpiUtDivide() local
553 UINT32 Divisor, in AcpiUtShortDivide()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp158 Value *Divisor = SlowDivOrRem->getOperand(1); in getReplacement() local
269 Value *Divisor = SlowDivOrRem->getOperand(1); in createSlowBB() local
293 Value *Divisor = SlowDivOrRem->getOperand(1); in createFastBB() local
355 Value *Divisor = SlowDivOrRem->getOperand(1); in insertFastDivAndRem() local
H A DIntegerDivision.cpp33 static Value *generateSignedRemainderCode(Value *Dividend, Value *Divisor, in generateSignedRemainderCode()
79 static Value *generatedUnsignedRemainderCode(Value *Dividend, Value *Divisor, in generatedUnsignedRemainderCode()
103 static Value *generateSignedDivisionCode(Value *Dividend, Value *Divisor, in generateSignedDivisionCode()
150 static Value *generateUnsignedDivisionCode(Value *Dividend, Value *Divisor, in generateUnsignedDivisionCode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h33 AssertingVH<Value> Divisor; member
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dgettod_zos.h45 uint64_t Divisor = 1000000; in gettimeofdayMonotonic() local
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
H A Dmath.c139 IN UINTN Divisor, in DivU64x32()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/aarch64/
H A Dmath.c56 IN UINTN Divisor, in DivU64x32()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
H A Dmath.c56 IN UINTN Divisor, in DivU64x32()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
H A Dmath.c53 IN UINTN Divisor, in DivU64x32()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Dmath.c56 IN UINTN Divisor, in DivU64x32()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dmath.c77 IN UINTN Divisor, in DivU64x32()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia32/
H A Dmath.c139 IN UINTN Divisor, in DivU64x32()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h153 std::pair<DigitsT, int16_t> getQuotient(DigitsT Dividend, DigitsT Divisor) { in getQuotient()
171 uint32_t Divisor) { in getQuotient32()
177 uint64_t Divisor) { in getQuotient64()
683 static ScaledNumber getQuotient(DigitsType Dividend, DigitsType Divisor) { in getQuotient()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScaledNumber.cpp58 uint32_t Divisor) { in divide32()
81 uint64_t Divisor) { in divide64()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp57 Value *Divisor; in matchExpandedRem() local
H A DLICM.cpp932 auto Divisor = I.getOperand(1); in hoistRegion() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp47 static unsigned gcd(unsigned Dividend, unsigned Divisor) { in gcd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp519 static uint32_t branchDiv(uint64_t Numerator, uint64_t Divisor) { in branchDiv()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5029 APInt Divisor = C->getAPIntValue(); in BuildExactSDIV() local
5079 SDValue TargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
5132 const APInt &Divisor = C->getAPIntValue(); in BuildSDIV() local
5278 const APInt& Divisor = C->getAPIntValue(); in BuildUDIV() local
8590 SDValue Divisor = Node->getOperand(1); in expandREM() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacmacros.h204 #define _ACPI_MOD(value, Divisor) ((UINT32) ((value) & ((Divisor) -1))) argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1636 const SCEVConstant *Divisor) { in isRemainderZero()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1262 MachineOperand &Divisor = MI.getOperand(2); in insertDivByZeroTrap() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9403 ARMTargetLowering::BuildSDIVPow2(SDNode *N, const APInt &Divisor, in BuildSDIVPow2()
18739 const SDValue Divisor = Op->getOperand(1); in LowerDivRem() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1861 unsigned Divisor = 1U << Bits; in isMemImm7ShiftedOffset() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4936 Value *Divisor = I.getOperand(1); in mayDivideByZero() local

12