Home
last modified time | relevance | path

Searched refs:TargetSize (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
HDLanaiAsmBackend.cpp94 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
108 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroCleanup.cpp91 auto *TargetSize = Target->getOperand(1); in lower() local
93 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCFixupKindInfo.h42 unsigned TargetSize; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFAcceleratorTable.h576 size_t TargetSize = Target.size(); in sameNameAs() local
577 return Data.size() > TargetSize && !Data[TargetSize] && in sameNameAs()
578 strncmp(Data.data(), Target.data(), TargetSize) == 0; in sameNameAs()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
HDWebAssemblyAsmBackend.cpp97 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
HDMSP430AsmBackend.cpp134 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsAsmBackend.cpp259 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
292 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
HDAVRAsmBackend.cpp260 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
396 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCAsmBackend.cpp179 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
HDSystemZMCCodeEmitter.cpp171 SystemZ::MCFixupKindInfos[Kind - FirstTargetFixupKind].TargetSize; in getImmOpValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
HDCSKYAsmBackend.cpp219 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchAsmBackend.cpp171 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.cpp644 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCAsmStreamer.cpp2335 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()