Home
last modified time | relevance | path

Searched refs:getPointerABIAlignment (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp742 Align DataLayout::getPointerABIAlignment(unsigned AS) const { in getPointerABIAlignment() function in DataLayout
794 return abi_or_pref ? getPointerABIAlignment(0) : getPointerPrefAlignment(0); in getAlignment()
797 return abi_or_pref ? getPointerABIAlignment(AS) in getAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h367 Align getPointerABIAlignment(unsigned AS) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp675 MRI.getType(DstReg), MF->getDataLayout().getPointerABIAlignment(0)); in selectConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1286 return TD.getPointerABIAlignment(0).value(); in getEntryAlignment()
H A DTargetLoweringObjectFileImpl.cpp428 Streamer.emitValueToAlignment(DL.getPointerABIAlignment(0)); in emitPersonalityValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1854 MPInfo, Flags, PtrTy, DL->getPointerABIAlignment(AddrSpace)); in getStackGuard()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp7189 const llvm::Align PtrAlign = DL.getPointerABIAlignment(AddressSpace); in getOrCreateInternalVariable()