Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DDataLayout.cpp611 unsigned DataLayout::getPointerABIAlignment(unsigned AS) const { in getPointerABIAlignment() function in DataLayout
685 ? getPointerABIAlignment(0) in getAlignment()
690 ? getPointerABIAlignment(AS) in getAlignment()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h325 unsigned getPointerABIAlignment(unsigned AS) const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp837 return TD.getPointerABIAlignment(0); in getEntryAlignment()
H A DTargetLoweringObjectFileImpl.cpp356 Streamer.EmitValueToAlignment(DL.getPointerABIAlignment(0)); in emitPersonalityValue()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp775 DL->getPointerABIAlignment(0)); in getStackGuard()