Searched refs:TargetSize (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 753 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 D | LanaiAsmBackend.cpp | 99 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 D | CoroCleanup.cpp | 90 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 D | MCFixupKindInfo.h | 42 unsigned TargetSize; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 103 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 258 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 D | SystemZMCAsmBackend.cpp | 96 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 247 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 D | MSP430AsmBackend.cpp | 139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 116 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 402 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BasicObjCFoundationChecks.cpp | 352 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 2124 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()
|