Searched refs:TargetSize (Results 1 – 14 of 14) 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()
90 auto *TargetSize = Target->getOperand(1); in lower() local92 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
42 unsigned TargetSize; member
1075 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local1077 if (OrigSize == TargetSize) in getLCMType()1095 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()1099 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()1104 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()1108 unsigned LCMSize = std::lcm(OrigSize, TargetSize); in getLCMType()1113 if (LCMSize == TargetSize) in getLCMType()1138 if (OrigSize == TargetSize) in getGCDType()1151 if (OrigElt.getSizeInBits() == TargetSize) in getGCDType()1155 unsigned GCD = std::gcd(OrigSize, TargetSize); in getGCDType()[all …]
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()
184 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
171 SystemZ::MCFixupKindInfos[Kind - FirstTargetFixupKind].TargetSize; in getImmOpValue()
220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
172 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
653 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
2309 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()