Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp101 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
115 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp90 auto *TargetSize = Target->getOperand(1); in lower() local
92 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixupKindInfo.h42 unsigned TargetSize; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp1075 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local
1077 if (OrigSize == TargetSize) in getLCMType()
1095 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()
1099 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()
1104 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()
1108 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()
1113 if (LCMSize == TargetSize) in getLCMType()
1138 if (OrigSize == TargetSize) in getGCDType()
1151 if (OrigElt.getSizeInBits() == TargetSize) in getGCDType()
1155 unsigned GCD = std::gcd(OrigSize, TargetSize); in getGCDType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp104 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp140 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
291 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp256 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
392 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp184 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
H A DSystemZMCCodeEmitter.cpp171 SystemZ::MCFixupKindInfos[Kind - FirstTargetFixupKind].TargetSize; in getImmOpValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp172 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp653 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp2309 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()