Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp753 static unsigned getLCMSize(unsigned OrigSize, unsigned TargetSize) { in getLCMSize() argument
754 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
755 unsigned GCDSize = greatestCommonDivisor(OrigSize, TargetSize); in getLCMSize()
761 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local
763 if (OrigSize == TargetSize) in getLCMType()
780 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()
784 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
789 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
793 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
798 if (LCMSize == TargetSize) in getLCMType()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroCleanup.cpp90 auto *TargetSize = Target->getOperand(1); in lowerRemainingCoroIntrinsics() local
92 if (TargetSize->isElementWiseEqual(SourceSize)) { in lowerRemainingCoroIntrinsics()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCFixupKindInfo.h42 unsigned TargetSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp103 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp96 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp116 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp402 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp352 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmStreamer.cpp2124 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()