/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 86 Value *Remainder = Builder.CreateSub(Dividend, Product); in generatedUnsignedRemainderCode() local 365 Value *Remainder = generateSignedRemainderCode(Rem->getOperand(0), in expandRemainder() local 384 Value *Remainder = generatedUnsignedRemainderCode(Rem->getOperand(0), in expandRemainder() local
|
H A D | BypassSlowDivision.cpp | 46 Value *Remainder; member 58 Value *Remainder = nullptr; member
|
H A D | ScalarEvolutionExpander.cpp | 294 static bool FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, in FactorOutConstant() 485 const SCEV *Remainder = SE.getConstant(Ty, 0); in expandAddToGEP() local
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionDivision.h | 66 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 202 int Remainder = DigitCount % DigitsPerGroup; in format() local
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | APInt.cpp | 1449 unsigned rhsWords, WordType *Quotient, WordType *Remainder) { in divide() 1697 APInt Remainder(BitWidth, 0); in urem() local 1729 uint64_t Remainder; in urem() local 1757 APInt &Quotient, APInt &Remainder) { in udivrem() 1828 uint64_t &Remainder) { in udivrem() 1889 APInt &Quotient, APInt &Remainder) { in sdivrem() 1907 APInt &Quotient, int64_t &Remainder) { in sdivrem()
|
H A D | SHA1.cpp | 213 const size_t Remainder = std::min<size_t>( in update() local
|
H A D | SHA256.cpp | 192 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
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ScalarEvolutionDivision.cpp | 57 const SCEV **Remainder) { in divide()
|
H A D | DependenceAnalysis.cpp | 1271 APInt Remainder = ConstDelta; in strongSIVtest() local 1459 APInt Remainder = APDelta; in weakCrossingSIVtest() local 2481 APInt Remainder = ConstDelta.srem(RunningGCD); in gcdMIVtest() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 449 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ |
H A D | MarkupFilter.cpp | 620 StringRef Remainder = Str; in parseMode() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 174 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
|
/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 341 llvm::StringRef Remainder; in DiskFilesOrDirectories() local
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 910 unsigned Remainder = cast<SCEVConstant>(BucketChain.Elements[j].Offset) in prepareBaseForDispFormChain() local
|
H A D | PPCFastISel.cpp | 2152 unsigned Remainder = 0; in PPCMaterialize64BitInt() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 3610 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); in CollectSubexprs() local 3620 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() local 3644 const SCEV *Remainder = in CollectSubexprs() local 3691 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 861 APInt Remainder(C1.getBitWidth(), /*val=*/0ULL, IsSigned); in isMultiple() local
|
H A D | InstructionCombining.cpp | 1462 APInt Quotient(Scale), Remainder(Scale); // Init ensures right bitwidth. in Descale() local
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1173 SDValue Remainder = DAG.getNode(ISD::AND, DL, PtrVT, {Ptr, Const3}); in prepareTS1AM() local
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 4722 int64_t Remainder = Offset % Scale; in isAArch64FrameOffsetLegal() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6693 APInt Size, Remainder; in HandleOperatorNewCall() local 9417 uint64_t Remainder; in VisitBuiltinCallExpr() local
|