Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h351 Align getPointerABIAlignment(unsigned AS) const;
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1187 DL->getPointerABIAlignment(0).value()); in getStackGuard()