Home
last modified time | relevance | path

Searched refs:getConstantPoolAlign (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h134 Align getConstantPoolAlign() const { return PoolAlignment; } in getConstantPoolAlign() function
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp288 << MCP->getConstantPoolAlign().value() << " bytes *****\n"); in runOnMachineFunction()
369 const Align MaxAlign = MCP->getConstantPoolAlign(); in doInitialPlacement()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp391 << MCP->getConstantPoolAlign().value() << " bytes *****\n"); in runOnMachineFunction()
540 const Align MaxAlign = MCP->getConstantPoolAlign(); in doInitialConstPlacement()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp530 const Align MaxAlign = MCP->getConstantPoolAlign(); in doInitialPlacement()