| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiAsmBackend.cpp | 89 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() 103 (static_cast<uint64_t>(-1) >> (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroCleanup.cpp | 92 auto *TargetSize = Target->getOperand(1); in lower() local 94 if (TargetSize->isElementWiseEqual(SourceSize)) { in lower()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 252 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in adjustFixupValue() 394 unsigned NumBits = Info.TargetSize + Info.TargetOffset; in applyFixup() 519 uint64_t Size = AVRAsmBackend::getFixupKindInfo(Fixup.getKind()).TargetSize; in forceRelocation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 578 size_t TargetSize = Target.size(); in sameNameAs() local 579 return Data.size() > TargetSize && !Data[TargetSize] && in sameNameAs() 580 strncmp(Data.data(), Target.data(), TargetSize) == 0; in sameNameAs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyAsmBackend.cpp | 92 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430AsmBackend.cpp | 121 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsAsmBackend.cpp | 302 unsigned NumBytes = (getFixupKindInfo(Kind).TargetSize + 7) / 8; in applyFixup() 335 (64 - getFixupKindInfo(Kind).TargetSize)); in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmBackend.h | 53 uint8_t TargetSize; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZMCAsmBackend.cpp | 165 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
|
| H A D | SystemZMCCodeEmitter.cpp | 176 SystemZ::MCFixupKindInfos[Kind - FirstTargetFixupKind].TargetSize; in getImmOpValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| H A D | SparcAsmBackend.cpp | 251 Info.TargetOffset = 32 - Info.TargetOffset - Info.TargetSize; in getFixupKindInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYAsmBackend.cpp | 220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_mslsa.c | 559 USHORT TargetSize; in ConstructTicketRequest() local 584 TargetSize = TargetPrefix.Length + DomainName.Length; in ConstructTicketRequest() 591 RequestSize = sizeof(*pTicketRequest) + TargetSize; in ConstructTicketRequest() 607 pTicketRequest->TargetName.MaximumLength = TargetSize; in ConstructTicketRequest()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 170 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 812 TypeSize TargetSize = DL.getTypeSizeInBits(TargetType); in makeLegalNonAggregate() local 813 if (SourceSize != TargetSize) { in makeLegalNonAggregate() 815 Type *ByteScalarTy = IRB.getIntNTy(TargetSize.getFixedValue()); in makeLegalNonAggregate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 904 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 2351 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment() 2420 OS << "FK_PCRel_" << (Info.TargetSize / 8); in AddEncodingComment()
|