Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDataLayout.cpp693 Align DataLayout::getPointerABIAlignment(unsigned AS) const { in getPointerABIAlignment() function in DataLayout
744 return abi_or_pref ? getPointerABIAlignment(0) : getPointerPrefAlignment(0); in getAlignment()
747 return abi_or_pref ? getPointerABIAlignment(AS) in getAlignment()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDataLayout.h363 Align getPointerABIAlignment(unsigned AS) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1020 return TD.getPointerABIAlignment(0).value(); in getEntryAlignment()
H A DTargetLoweringObjectFileImpl.cpp403 Streamer.emitValueToAlignment(DL.getPointerABIAlignment(0).value()); in emitPersonalityValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1630 DL->getPointerABIAlignment(0)); in getStackGuard()