Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp554 static unsigned getLCMSize(unsigned OrigSize, unsigned TargetSize) { in getLCMSize() argument
555 unsigned Mul = OrigSize * TargetSize; in getLCMSize()
556 unsigned GCDSize = greatestCommonDivisor(OrigSize, TargetSize); in getLCMSize()
562 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local
564 if (OrigSize == TargetSize) in getLCMType()
581 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()
585 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
590 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
594 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()
599 if (LCMSize == TargetSize) in getLCMType()
[all …]
/external/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp99 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
113 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp108 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
122 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiAsmBackend.cpp100 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
114 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/llvm/include/llvm/MC/
DMCFixupKindInfo.h35 unsigned TargetSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCFixupKindInfo.h42 unsigned TargetSize; member
/external/llvm-project/llvm/include/llvm/MC/
DMCFixupKindInfo.h42 unsigned TargetSize; member
/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp353 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
459 uint64_t TargetSize = *OptTargetSize; in checkPreStmt() local
487 if (SourceSize == TargetSize) in checkPreStmt()
496 ExplodedNode *N = SourceSize < TargetSize ? C.generateErrorNode() in checkPreStmt()
505 << (TargetSize == 8 ? "an " : "a ") in checkPreStmt()
506 << TargetSize << " bit integer. "; in checkPreStmt()
508 if (SourceSize < TargetSize) in checkPreStmt()
509 os << (TargetSize - SourceSize) in checkPreStmt()
512 os << (SourceSize - TargetSize) in checkPreStmt()
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp79 unsigned NumBytes = (Info.TargetSize + 7) / 8; in applyFixup()
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp103 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp244 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
277 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp93 unsigned Size = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyAsmBackend.cpp110 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/external/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp96 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCAsmBackend.cpp104 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
/external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430AsmBackend.cpp139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
291 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsAsmBackend.cpp258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()
291 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp237 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
371 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
DMSP430AsmBackend.cpp147 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
DAVRAsmBackend.cpp247 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()
373 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp332 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp399 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp352 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
/external/llvm/lib/MC/
DMCAsmStreamer.cpp1469 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()

12