Searched refs:TargetSize (Results 1 – 15 of 15) sorted by relevance
94 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()108 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
91 auto *TargetSize = Target->getOperand(1); in lower() local93 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
42 unsigned TargetSize; member
576 size_t TargetSize = Target.size(); in sameNameAs() local577 return Data.size() > TargetSize && !Data[TargetSize] && in sameNameAs()578 strncmp(Data.data(), Target.data(), TargetSize) == 0; in sameNameAs()
97 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
134 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
259 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup()292 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
260 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue()396 auto NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup()
179 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
171 SystemZ::MCFixupKindInfos[Kind - FirstTargetFixupKind].TargetSize; in getImmOpValue()
219 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
568 USHORT TargetSize; in ConstructTicketRequest() local593 TargetSize = TargetPrefix.Length + DomainName.Length; in ConstructTicketRequest()600 RequestSize = sizeof(*pTicketRequest) + TargetSize; in ConstructTicketRequest()616 pTicketRequest->TargetName.MaximumLength = TargetSize; in ConstructTicketRequest()
171 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
644 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
2335 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()