Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp883 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
890 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local
892 if (OrigSize == TargetSize) in getLCMType()
910 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()
914 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
919 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
923 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
928 if (LCMSize == TargetSize) in getLCMType()
951 const unsigned TargetSize = TargetTy.getSizeInBits(); in getGCDType() local
953 if (OrigSize == TargetSize) in getGCDType()
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp92 auto *TargetSize = Target->getOperand(1); in lower() local
94 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCFixupKindInfo.h42 unsigned TargetSize; member
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp104 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp140 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp246 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
376 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp171 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp568 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp2601 switch (FKI.TargetSize) { in createRelocation()
2610 switch (FKI.TargetSize) { in createRelocation()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCAsmStreamer.cpp2207 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()