Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDataLayout.cpp703 Align DataLayout::getPointerABIAlignment(unsigned AS) const { in getPointerABIAlignment() function in DataLayout
755 return abi_or_pref ? getPointerABIAlignment(0) : getPointerPrefAlignment(0); in getAlignment()
758 return abi_or_pref ? getPointerABIAlignment(AS) in getAlignment()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h370 Align getPointerABIAlignment(unsigned AS) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1259 return TD.getPointerABIAlignment(0).value(); in getEntryAlignment()
H A DTargetLoweringObjectFileImpl.cpp437 Streamer.emitValueToAlignment(DL.getPointerABIAlignment(0)); in emitPersonalityValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1692 MPInfo, Flags, PtrTy, DL->getPointerABIAlignment(AddrSpace)); in getStackGuard()