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.cpp730 Align DataLayout::getPointerABIAlignment(unsigned AS) const { in getPointerABIAlignment() function in DataLayout
773 return abi_or_pref ? getPointerABIAlignment(0) : getPointerPrefAlignment(0); in getAlignment()
776 return abi_or_pref ? getPointerABIAlignment(AS) in getAlignment()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h321 LLVM_ABI 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.cpp1345 return TD.getPointerABIAlignment(0).value(); in getEntryAlignment()
H A DTargetLoweringObjectFileImpl.cpp415 Streamer.emitValueToAlignment(DL.getPointerABIAlignment(0)); in emitPersonalityValue()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1862 MPInfo, Flags, PtrTy, DL->getPointerABIAlignment(AddrSpace)); in getStackGuard()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp8037 const llvm::Align PtrAlign = DL.getPointerABIAlignment(AddressSpace); in getOrCreateInternalVariable()