Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp135 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 DDXContainer.cpp443 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 DSparcFrameLowering.cpp43 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 DRewriteRope.cpp334 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 DFormattedStream.cpp76 unsigned NumBytes; in UpdatePosition() local
/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h32 uint64_t NumBytes = 0; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp228 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 DGOFFEmitter.cpp52 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 DWebAssemblyAsmBackend.cpp92 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup() local
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp96 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 Drawprofile.cpp68 uint64_t NumBytes = SerializeToRawProfile(FakeMap, Modules, Ptr); in TEST() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp67 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 DMSP430AsmBackend.cpp121 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp63 std::string NumBytes = std::to_string(It.second); in prettyPrintSectionSizes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp89 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp43 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 DVEAsmBackend.cpp175 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp339 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 DBitstreamReader.h149 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 DMSFCommon.h132 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp264 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); in applyFixup() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp46 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 DMipsAsmBackend.cpp302 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYELFStreamer.h120 void emitFill(const MCExpr &NumBytes, uint64_t FillValue, in emitFill()

123456