Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h138 unsigned getConstantPoolAlignment() const { return PoolAlignment; } in getConstantPoolAlignment() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp346 << MCP->getConstantPoolAlignment() << " bytes *****\n"); in runOnMachineFunction()
492 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment()); in doInitialConstPlacement()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp538 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment()); in doInitialPlacement()