/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | Hash.cpp | 30 const uint8_t *Remainder = reinterpret_cast<const uint8_t *>(Longs.end()); in hashStringV1() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 90 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode() local 389 Value *Remainder = generateSignedRemainderCode(Rem->getOperand(0), in expandRemainder() local 408 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
|
H A D | BypassSlowDivision.cpp | 48 Value *Remainder; member 60 Value *Remainder = nullptr; member
|
H A D | ScalarEvolutionExpander.cpp | 286 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() 476 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
|
/netbsd-src/sys/external/bsd/acpica/dist/executer/ |
H A D | exutils.c | 427 UINT32 Remainder; in AcpiExIntegerToString() local
|
H A D | exconvrt.c | 327 UINT32 Remainder; AcpiExConvertToAscii() local
|
H A D | exregion.c | 88 UINT32 Remainder; AcpiExSystemMemorySpaceHandler() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionDivision.h | 65 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.cpp | 230 int64_t Remainder = FrameSize - Base; in makeFrame() local 254 int64_t Remainder = FrameSize - Base; in restoreFrame() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolutionDivision.cpp | 59 const SCEV **Remainder) { in divide()
|
H A D | DependenceAnalysis.cpp | 1186 APInt Remainder = ConstDelta; in strongSIVtest() local 1374 APInt Remainder = APDelta; in weakCrossingSIVtest() local 2396 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | utmath.c | 411 UINT64_OVERLAY Remainder; in AcpiUtDivide() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APInt.cpp | 1478 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide() 1726 APInt Remainder(BitWidth, 0); in urem() local 1758 uint64_t Remainder; in urem() local 1786 APInt &Quotient, APInt &Remainder) { in udivrem() 1857 uint64_t &Remainder) { in udivrem() 1918 APInt &Quotient, APInt &Remainder) { in sdivrem() 1936 APInt &Quotient, int64_t &Remainder) { in sdivrem()
|
H A D | SHA1.cpp | 218 const size_t Remainder = std::min<size_t>( in update() local
|
H A D | SHA256.cpp | 197 const size_t Remainder = std::min<size_t>( in update() local
|
H A D | ScaledNumber.cpp | 70 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 447 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 173 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 391 unsigned Remainder = in prepareBaseForDispFormChain() local
|
H A D | PPCFastISel.cpp | 2154 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 3514 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); in CollectSubexprs() local 3524 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local 3548 const SCEV *Remainder = in CollectSubexprs() local 3595 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 710 APInt Remainder(C1.getBitWidth(), /*val=*/0ULL, IsSigned); in isMultiple() local
|
H A D | InstructionCombining.cpp | 1351 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1112 SDValue Remainder = DAG.getNode(ISD::AND, DL, PtrVT, {Ptr, Const3}); in prepareTS1AM() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 4324 int64_t Remainder = Offset % Scale; in isAArch64FrameOffsetLegal() local
|