Searched refs:TargetSize (Results 1 – 13 of 13) sorted by relevance
101 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()115 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
901 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local903 if (OrigSize == TargetSize) in getLCMType()921 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()925 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()930 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()934 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()939 if (LCMSize == TargetSize) in getLCMType()962 const unsigned TargetSize = TargetTy.getSizeInBits(); in getGCDType() local964 if (OrigSize == TargetSize) in getGCDType()977 if (OrigElt.getSizeInBits() == TargetSize) in getGCDType()[all …]
92 auto *TargetSize = Target->getOperand(1); in lower() local94 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
42 unsigned TargetSize; member
104 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
140 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()291 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
256 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()392 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
154 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
172 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
558 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
2240 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()