Searched refs:TargetSize (Results 1 – 13 of 13) sorted by relevance
767 unsigned Mul = OrigSize * TargetSize; in getLCMSize()774 const unsigned TargetSize = TargetTy.getSizeInBits(); in getLCMType() local776 if (OrigSize == TargetSize) in getLCMType()794 if (OrigElt.getSizeInBits() == TargetSize) in getLCMType()798 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()803 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()807 unsigned LCMSize = getLCMSize(OrigSize, TargetSize); in getLCMType()812 if (LCMSize == TargetSize) in getLCMType()820 const unsigned TargetSize = TargetTy.getSizeInBits(); in getGCDType() local822 if (OrigSize == TargetSize) in getGCDType()[all …]
99 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()113 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
90 auto *TargetSize = Target->getOperand(1); in lowerRemainingCoroIntrinsics() local92 if (TargetSize->isElementWiseEqual(SourceSize)) { in lowerRemainingCoroIntrinsics()
42 unsigned TargetSize; member
103 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
258 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()291 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
139 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
247 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()373 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
116 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
129 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
567 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
352 uint64_t SourceSize, uint64_t TargetSize, uint64_t NumberKind);
2166 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()