Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDataLayout.cpp580 unsigned DataLayout::getPointerABIAlignment(unsigned AS) const { in getPointerABIAlignment() function in DataLayout
633 ? getPointerABIAlignment(0) in getAlignment()
638 ? getPointerABIAlignment(AS) in getAlignment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp636 Align DataLayout::getPointerABIAlignment(unsigned AS) const { in getPointerABIAlignment() function in DataLayout
709 return abi_or_pref ? getPointerABIAlignment(0) : getPointerPrefAlignment(0); in getAlignment()
712 return abi_or_pref ? getPointerABIAlignment(AS) in getAlignment()
/external/llvm-project/llvm/lib/IR/
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()
/external/llvm/include/llvm/IR/
DDataLayout.h311 unsigned getPointerABIAlignment(unsigned AS = 0) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h351 Align getPointerABIAlignment(unsigned AS) const;
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h365 Align getPointerABIAlignment(unsigned AS) const;
/external/llvm/lib/CodeGen/
DMachineFunction.cpp794 return TD.getPointerABIAlignment(); in getEntryAlignment()
DTargetLoweringObjectFileImpl.cpp77 Streamer.EmitValueToAlignment(DL.getPointerABIAlignment()); in emitPersonalityValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp927 return TD.getPointerABIAlignment(0).value(); in getEntryAlignment()
DTargetLoweringObjectFileImpl.cpp380 Streamer.EmitValueToAlignment(DL.getPointerABIAlignment(0).value()); in emitPersonalityValue()
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp1021 return TD.getPointerABIAlignment(0).value(); in getEntryAlignment()
DTargetLoweringObjectFileImpl.cpp400 Streamer.emitValueToAlignment(DL.getPointerABIAlignment(0).value()); in emitPersonalityValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1187 DL->getPointerABIAlignment(0).value()); in getStackGuard()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1629 DL->getPointerABIAlignment(0)); in getStackGuard()