/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/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 [all...] |
/freebsd-src/sys/contrib/dev/acpica/components/executer/ |
H A D | exutils.c | 535 UINT32 Remainder; in AcpiExIntegerToString() local
|
H A D | exconvrt.c | 435 UINT32 Remainder; AcpiExConvertToAscii() local
|
H A D | exregion.c | 196 UINT32 Remainder; AcpiExSystemMemorySpaceHandler() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionDivision.h | 68 const SCEV *Denominator, *Quotient, *Remainder, *Zero, *One; member
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 202 int Remainder = DigitCount % DigitsPerGroup; in format() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolutionDivision.cpp | 57 const SCEV **Remainder) { in divide() argument [all...] |
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); gcdMIVtest() local [all...] |
/freebsd-src/sys/contrib/dev/acpica/components/utilities/ |
H A D | utmath.c | 519 UINT64_OVERLAY Remainder; in AcpiUtDivide() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 1457 divide(const WordType * LHS,unsigned lhsWords,const WordType * RHS,unsigned rhsWords,WordType * Quotient,WordType * Remainder) divide() argument 1705 APInt Remainder(BitWidth, 0); urem() local 1737 uint64_t Remainder; urem() local 1765 udivrem(const APInt & LHS,const APInt & RHS,APInt & Quotient,APInt & Remainder) udivrem() argument 1836 udivrem(const APInt & LHS,uint64_t RHS,APInt & Quotient,uint64_t & Remainder) udivrem() argument 1897 sdivrem(const APInt & LHS,const APInt & RHS,APInt & Quotient,APInt & Remainder) sdivrem() argument 1915 sdivrem(const APInt & LHS,int64_t RHS,APInt & Quotient,int64_t & Remainder) sdivrem() argument [all...] |
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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFObjectWriter.cpp | 449 std::list<ELFRelocationEntry> Remainder; in sortRelocs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | MarkupFilter.cpp | 613 StringRef Remainder = Str; in parseMode() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 181 if (unsigned Remainder = Size % BITWORD_SIZE) in all() local
|
/freebsd-src/sys/dev/pms/RefTisa/sat/src/ |
H A D | smsat.c | 17094 bit32 Remainder = 0; in smsatRead_1() local 17370 bit32 Remainder = 0; in smsatWrite_1() local 18084 bit32 Remainder = 0; in smsatChainedWriteNVerify_Write() local 18341 bit32 Remainder = 0; in smsatChainedWriteNVerify_Verify() local 18480 bit32 Remainder = 0; in smsatChainedVerify() local
|
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
H A D | sat.c | 1672 bit32 Remainder = 0; in satRead_1() local 4436 bit32 Remainder = 0; in satWrite_1() local 8053 bit32 Remainder = 0; in satChainedVerify() local 14803 bit32 Remainder = 0; in satChainedWriteNVerify_Write() local 15229 bit32 Remainder = 0; in satChainedWriteNVerify_Verify() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 344 llvm::StringRef Remainder; DiskFilesOrDirectories() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 910 unsigned Remainder = cast<SCEVConstant>(BucketChain.Elements[j].Offset) prepareBaseForDispFormChain() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 3611 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); CollectSubexprs() local 3621 const SCEV *Remainder = CollectSubexprs(AR->getStart(), CollectSubexprs() local 3645 const SCEV *Remainder = CollectSubexprs() local 3692 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); GenerateReassociationsImpl() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 1769 uint64_t Remainder = (Length - 4) % OffsetByteSize; verifyDebugStrOffsets() local
|