| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEFrameLowering.cpp | 138 uint64_t NumBytes, in emitPrologueInsns() 186 uint64_t NumBytes, in emitEpilogueInsns() 229 int64_t NumBytes, in emitSPAdjustment() 330 uint64_t NumBytes = MFI.getStackSize(); in emitPrologue() local 400 uint64_t NumBytes = MFI.getStackSize(); in emitEpilogue() local
|
| /llvm-project-15.0.7/llvm/unittests/MC/ |
| H A D | Disassembler.cpp | 38 unsigned NumBytes = sizeof(Bytes); in TEST() local 84 unsigned NumBytes = sizeof(Bytes); in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfStringPool.h | 31 uint64_t NumBytes = 0; variable
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcFrameLowering.cpp | 43 int NumBytes, in emitSPAdjustment() 108 int NumBytes = (int) MFI.getStackSize(); in emitPrologue() local 231 int NumBytes = (int) MFI.getStackSize(); in emitEpilogue() local
|
| /llvm-project-15.0.7/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
|
| /llvm-project-15.0.7/clang/lib/Rewrite/ |
| H A D | RewriteRope.cpp | 337 void RopePieceBTreeLeaf::erase(unsigned Offset, unsigned NumBytes) { in erase() 572 void RopePieceBTreeInterior::erase(unsigned Offset, unsigned NumBytes) { in erase() 656 void RopePieceBTreeNode::erase(unsigned Offset, unsigned NumBytes) { in erase() 757 void RopePieceBTree::erase(unsigned Offset, unsigned NumBytes) { in erase()
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/ |
| H A D | MSP430FrameLowering.cpp | 54 uint64_t NumBytes = 0; in emitPrologue() local 126 uint64_t NumBytes = 0; in emitEpilogue() local
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FormattedStream.cpp | 76 unsigned NumBytes; in UpdatePosition() local
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/tests/ |
| H A D | rawprofile.cpp | 93 uint64_t NumBytes = SerializeToRawProfile(FakeMap, Layout, Ptr); in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 104 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup() local
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | SectionSizes.cpp | 63 std::string NumBytes = std::to_string(It.second); in prettyPrintSectionSizes() local
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | Thumb1FrameLowering.cpp | 70 const ThumbRegisterInfo &MRI, int NumBytes, in emitPrologueEpilogueSPUpdate() 107 const ThumbRegisterInfo &MRI, int NumBytes, in emitCallSPUpdate() 160 unsigned NumBytes = MFI.getStackSize(); in emitPrologue() local 513 int NumBytes = (int)MFI.getStackSize(); in emitEpilogue() local
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | MemoryMapper.cpp | 38 void InProcessMemoryMapper::reserve(size_t NumBytes, in reserve() 197 void SharedMemoryMapper::reserve(size_t NumBytes, in reserve()
|
| /llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiAsmBackend.cpp | 101 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
|
| /llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 140 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup() local
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MSFCommon.h | 131 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | SelectionDAGAddressAnalysisTest.cpp | 113 Optional<int64_t> NumBytes = MemoryLocation::getSizeOrUnknown( in TEST_F() local 140 Optional<int64_t> NumBytes; in TEST_F() local 223 Optional<int64_t> NumBytes = MemoryLocation::getSizeOrUnknown( in TEST_F() local
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
|
| /llvm-project-15.0.7/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteRope.h | 207 void erase(unsigned Offset, unsigned NumBytes) { in erase()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | MemoryMapperTest.cpp | 20 Expected<ExecutorAddrRange> reserve(MemoryMapper &M, size_t NumBytes) { in reserve()
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/MCTargetDesc/ |
| H A D | VEAsmBackend.cpp | 203 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAbbreviationDeclaration.h | 183 uint16_t NumBytes = 0; member
|
| /llvm-project-15.0.7/llvm/include/llvm/Bitstream/ |
| H A D | BitstreamReader.h | 148 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte() 155 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit()
|
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kFrameLowering.cpp | 339 int64_t NumBytes, bool InEpilogue) const { in emitSPUpdate() 527 uint64_t NumBytes = 0; in emitPrologue() local 693 uint64_t NumBytes = 0; in emitEpilogue() local
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 252 size_t NumBytes, const sys::MemoryBlock *const NearBlock, in allocateMappedMemory()
|