Searched refs:TargetSize (Results 1 – 13 of 13) sorted by relevance
883 unsigned Mul = OrigSize * TargetSize; in getLCMSize()890 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local892 if (OrigSize == TargetSize) in getLCMType()910 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()914 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()919 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()923 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()928 if (LCMSize == TargetSize) in getLCMType()951 const unsigned TargetSize = TargetTy.getSizeInBits(); in getGCDType() local953 if (OrigSize == TargetSize) in getGCDType()[all …]
101 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()115 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
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()
246 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()376 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()291 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
171 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
568 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
2601 switch (FKI.TargetSize) { in createRelocation()2610 switch (FKI.TargetSize) { in createRelocation()
2207 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()