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.cpp294 << MCP->getConstantPoolAlign().value() << " bytes *****\n"); in runOnMachineFunction()
375 const Align MaxAlign = MCP->getConstantPoolAlign(); in doInitialPlacement()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp395 << MCP->getConstantPoolAlign().value() << " bytes *****\n"); in runOnMachineFunction()
541 const Align MaxAlign = MCP->getConstantPoolAlign(); in doInitialConstPlacement()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp532 const Align MaxAlign = MCP->getConstantPoolAlign(); in doInitialPlacement()