Home
last modified time | relevance | path

Searched refs:TargetSize (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp89 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 DCoroCleanup.cpp92 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 DAVRAsmBackend.cpp252 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 DDWARFAcceleratorTable.h578 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 DWebAssemblyAsmBackend.cpp92 unsigned NumBytes = alignTo(Info.TargetSize, 8) / 8; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp121 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp302 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 DMCAsmBackend.h53 uint8_t TargetSize; member
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp165 unsigned BitSize = getFixupKindInfo(Kind).TargetSize; in applyFixup()
H A DSystemZMCCodeEmitter.cpp176 SystemZ::MCFixupKindInfos[Kind - FirstTargetFixupKind].TargetSize; in getImmOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp251 Info.TargetOffset = 32 - Info.TargetOffset - Info.TargetSize; in getFixupKindInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp220 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c559 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 DLoongArchAsmBackend.cpp170 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp812 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 DRISCVAsmBackend.cpp904 unsigned NumBytes = alignTo(Info.TargetSize + Info.TargetOffset, 8) / 8; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAsmStreamer.cpp2351 for (unsigned j = 0; j != Info.TargetSize; ++j) { in AddEncodingComment()
2420 OS << "FK_PCRel_" << (Info.TargetSize / 8); in AddEncodingComment()