Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp767 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
774 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local
776 if (OrigSize == TargetSize) in getLCMType()
794 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()
798 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
803 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
807 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
812 if (LCMSize == TargetSize) in getLCMType()
820 const unsigned TargetSize = TargetTy.getSizeInBits(); in getGCDType() local
822 if (OrigSize == TargetSize) in getGCDType()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp99 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
113 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp90 auto *TargetSize = Target->getOperand(1); in lowerRemainingCoroIntrinsics() local
92 if (TargetSize->isElementWiseEqual(SourceSize)) { in lowerRemainingCoroIntrinsics()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFixupKindInfo.h42 unsigned TargetSize; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp103 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp247 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
373 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp116 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp129 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp567 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp352 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp2166 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()