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

/external/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h136 /// getConstantPoolAlignment - Return the alignment required by
138 unsigned getConstantPoolAlignment() const { return PoolAlignment; } function in class:llvm::MachineConstantPool
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp399 << MCP->getConstantPoolAlignment() << " bytes *****\n");
534 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp543 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());

Completed in 155 milliseconds