Home
last modified time | relevance | path

Searched defs:Remainder (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp30 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 DIntegerDivision.cpp90 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 DBypassSlowDivision.cpp48 Value *Remainder; member
60 Value *Remainder = nullptr; member
H A DScalarEvolutionExpander.cpp286 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 Dexutils.c427 UINT32 Remainder; in AcpiExIntegerToString() local
H A Dexconvrt.c327 UINT32 Remainder; AcpiExConvertToAscii() local
H A Dexregion.c88 UINT32 Remainder; AcpiExSystemMemorySpaceHandler() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h65 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16InstrInfo.cpp230 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 DScalarEvolutionDivision.cpp59 const SCEV **Remainder) { in divide()
H A DDependenceAnalysis.cpp1186 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 Dutmath.c411 UINT64_OVERLAY Remainder; in AcpiUtDivide() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp1478 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 DSHA1.cpp218 const size_t Remainder = std::min<size_t>( in update() local
H A DSHA256.cpp197 const size_t Remainder = std::min<size_t>( in update() local
H A DScaledNumber.cpp70 uint64_t Remainder = Dividend64 % Divisor; in divide32() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp447 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DBitVector.h173 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp391 unsigned Remainder = in prepareBaseForDispFormChain() local
H A DPPCFastISel.cpp2154 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3514 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 DInstCombineMulDivRem.cpp710 APInt Remainder(C1.getBitWidth(), /*val=*/0ULL, IsSigned); in isMultiple() local
H A DInstructionCombining.cpp1351 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1112 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 DAArch64InstrInfo.cpp4324 int64_t Remainder = Offset % Scale; in isAArch64FrameOffsetLegal() local

12