| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.cpp | 135 uint64_t NumBytes, in emitPrologueInsns() 183 uint64_t NumBytes, in emitEpilogueInsns() 226 int64_t NumBytes, in emitSPAdjustment() 327 uint64_t NumBytes = MFI.getStackSize(); in emitPrologue() local 397 uint64_t NumBytes = MFI.getStackSize(); in emitEpilogue() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | DXContainer.cpp | 443 size_t NumBytes = NumDwords * sizeof(uint32_t); in parse() local 450 size_t NumBytes = NumDwords * sizeof(uint32_t); in parse() local 461 size_t NumBytes = NumDwords * sizeof(uint32_t); in parse() local 471 size_t NumBytes = NumDwords * sizeof(uint32_t); in parse() local 481 size_t NumBytes = NumDwords * sizeof(uint32_t); in parse() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 43 int NumBytes, in emitSPAdjustment() 95 int NumBytes = (int) MFI.getStackSize(); in emitPrologue() local 179 int NumBytes = (int) MFI.getStackSize(); in emitEpilogue() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | RewriteRope.cpp | 334 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase() 568 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase() 652 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase() 748 void RopePieceBTree::erase(unsigned Offset, unsigned NumBytes) { in erase()
|
| H A D | FormattedStream.cpp | 76 unsigned NumBytes; in UpdatePosition() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOAArch64.h | 37 unsigned NumBytes = 1 << RE.Size; in decodeAddend() local 155 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend() 491 unsigned NumBytes = 1 << Size; in processSubtractRelocation() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.h | 32 uint64_t NumBytes = 0; variable
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 228 unsigned NumBytes = 0; in GetVBRSize() local 245 unsigned NumBytes = 0; in EmitVBRValue() local 665 unsigned NumBytes = EmitVBRValue(VT, OS); in EmitMatcher() local 673 unsigned NumBytes = EmitVBRValue(cast<CheckTypeMatcher>(N)->getType(), OS); in EmitMatcher() local 691 unsigned NumBytes = EmitVBRValue(VT, OS); in EmitMatcher() local 727 unsigned NumBytes = in EmitMatcher() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | GOFFEmitter.cpp | 52 size_t NumBytes; member 60 ZerosImpl zeros(const size_t NumBytes) { return ZerosImpl{NumBytes}; } in zeros()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 92 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 96 uint64_t NumBytes = 0; in emitPrologue() local 212 uint64_t NumBytes = 0; in emitEpilogue() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/ |
| H A D | rawprofile.cpp | 68 uint64_t NumBytes = SerializeToRawProfile(FakeMap, Modules, Ptr); in TEST() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.cpp | 67 const ThumbRegisterInfo &MRI, int NumBytes, in emitPrologueEpilogueSPUpdate() 105 const ThumbRegisterInfo &MRI, int NumBytes, in emitCallSPUpdate() 156 unsigned NumBytes = MFI.getStackSize(); in emitPrologue() local 484 int NumBytes = (int)MFI.getStackSize(); in emitEpilogue() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 121 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | SectionSizes.cpp | 63 std::string NumBytes = std::to_string(It.second); in prettyPrintSectionSizes() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiAsmBackend.cpp | 89 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.cpp | 43 void InProcessMemoryMapper::reserve(size_t NumBytes, in reserve() 229 void SharedMemoryMapper::reserve(size_t NumBytes, in reserve()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 175 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 339 int64_t NumBytes, bool InEpilogue) const { in emitSPUpdate() 524 uint64_t NumBytes = 0; in emitPrologue() local 686 uint64_t NumBytes = 0; in emitEpilogue() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 149 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() 156 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MSFCommon.h | 132 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcAsmBackend.cpp | 264 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.cpp | 46 unsigned NumBytes = 1 << RE.Size; in memcpyAddend() local 69 unsigned NumBytes = 1 << Size; in processScatteredVANILLA() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 302 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYELFStreamer.h | 120 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()
|