Home
last modified time | relevance | path

Searched refs:getConstantPoolAlignment (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h137 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp353 << MCP->getConstantPoolAlignment() << " bytes *****\n"); in runOnMachineFunction()
497 const Align MaxAlign(MCP->getConstantPoolAlignment()); in doInitialConstPlacement()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp532 const Align MaxAlign(MCP->getConstantPoolAlignment()); in doInitialPlacement()