Searched defs:NumBytes (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h31 unsigned NumBytes = 0; member in class:llvm::DwarfStringPool
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp76 unsigned NumBytes; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DSectionSizes.cpp65 auto NumBytes = std::to_string(DebugSec.getValue()); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp307 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEAsmBackend.cpp199 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp104 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp144 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp144 unsigned NumBytes = getFixupKindNumBytes(Kind); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackOffset.h108 void getForFrameOffset(int64_t &NumBytes, int64_t &NumPredicateVectors, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp108 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h108 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.cpp230 emitT2RegPlusImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, const DebugLoc &dl, Register DestReg, Register BaseReg, int NumBytes, ARMCC::CondCodes Pred, Register PredReg, const ARMBaseInstrInfo &TII, unsigned MIFlags) argument
[all...]
H A DThumbRegisterInfo.cpp123 emitThumbRegPlusImmInReg( MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, const DebugLoc &dl, Register DestReg, Register BaseReg, int NumBytes, bool CanChangeCC, const TargetInstrInfo &TII, const ARMBaseRegisterInfo &MRI, unsigned MIFlags = MachineInstr::NoFlags) argument
185 emitThumbRegPlusImmediate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, const DebugLoc &dl, Register DestReg, Register BaseReg, int NumBytes, const TargetInstrInfo &TII, const ARMBaseRegisterInfo &MRI, unsigned MIFlags) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp54 uint64_t NumBytes = 0; local
127 uint64_t NumBytes local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEFrameLowering.cpp36 emitPrologueInsns(MachineFunction &MF, MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, uint64_t NumBytes, bool RequireFPUpdate) const argument
85 emitEpilogueInsns(MachineFunction &MF, MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, uint64_t NumBytes, bool RequireFPUpdate) const argument
129 emitSPAdjustment(MachineFunction &MF, MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI, int64_t NumBytes, MaybeAlign MaybeAlign) const argument
230 uint64_t NumBytes = MFI.getStackSize(); local
296 uint64_t NumBytes = MFI.getStackSize(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h202 void erase(unsigned Offset, unsigned NumBytes) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp309 unsigned NumBytes = llvm::getNumBytesForUTF8(FirstByte); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h37 unsigned NumBytes = 1 << RE.Size; local
155 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, argument
491 unsigned NumBytes = 1 << Size; local
[all...]
H A DRuntimeDyldMachOI386.h160 unsigned NumBytes = 1 << Size; local
H A DRuntimeDyldMachOX86_64.h169 unsigned NumBytes = 1 << Size; local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp480 int NumBytes = (BitWidth + 7) / 8; local
487 << "], " << NumBytes << ");\n" local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp374 auto NumBytes = (NumBits / 8) + ((NumBits % 8) == 0 ? 0 : 1); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp431 unsigned NumBytes = getFixupKindNumBytes(Kind); variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp149 unsigned NumBytes = getFixupKindNumBytes(Fixup.getKind()); local

Completed in 282 milliseconds

1234