Home
last modified time | relevance | path

Searched defs:NumBytes (Results 1 – 25 of 105) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp138 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcFrameLowering.cpp43 int NumBytes, in emitSPAdjustment()
108 int NumBytes = (int) MFI.getStackSize(); in emitPrologue() local
230 int NumBytes = (int) MFI.getStackSize(); in emitEpilogue() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp337 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h37 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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h31 uint64_t NumBytes = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp54 uint64_t NumBytes = 0; in emitPrologue() local
127 uint64_t NumBytes = 0; in emitEpilogue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormattedStream.cpp76 unsigned NumBytes; in UpdatePosition() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp70 const ThumbRegisterInfo &MRI, int NumBytes, in emitPrologueEpilogueSPUpdate()
107 const ThumbRegisterInfo &MRI, int NumBytes, in emitCallSPUpdate()
160 unsigned NumBytes = MFI.getStackSize(); in emitPrologue() local
484 int NumBytes = (int)MFI.getStackSize(); in emitEpilogue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp554 unsigned NumBytes, const MCSubtargetInfo &STI) { in EmitNop()
691 unsigned NumBytes = Opers.getNumPatchBytes(); in LowerPATCHPOINT() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp103 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp63 std::string NumBytes = std::to_string(It.second); in prettyPrintSectionSizes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp116 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp99 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h152 const uint8_t *getPointerToByte(uint64_t ByteNo, uint64_t NumBytes) { in getPointerToByte()
159 const uint8_t *getPointerToBit(uint64_t BitNo, uint64_t NumBytes) { in getPointerToBit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h108 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp339 int64_t NumBytes, bool InEpilogue) const { in emitSPUpdate()
527 uint64_t NumBytes = 0; in emitPrologue() local
693 uint64_t NumBytes = 0; in emitEpilogue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp304 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp199 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h162 uint16_t NumBytes = 0; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h207 void erase(unsigned Offset, unsigned NumBytes) { in erase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp47 unsigned NumBytes = 1 << RE.Size; in memcpyAddend() local
70 unsigned NumBytes = 1 << Size; in processScatteredVANILLA() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp252 size_t NumBytes, const sys::MemoryBlock *const NearBlock, in allocateMappedMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp145 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local

12345