Home | History | Annotate | Download | only in Mips

Lines Matching refs:MCP

339   MachineConstantPool *MCP;
356 : MachineFunctionPass(ID), STI(nullptr), MF(nullptr), MCP(nullptr),
441 MCP = mf.getConstantPool();
469 if (!MCP->isEmpty())
534 unsigned MaxAlign = Log2_32(MCP->getConstantPoolAlignment());
552 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants();
631 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index.");
632 unsigned Align = MCP->getConstants()[CPI].getAlignment();
1681 unsigned index = MCP->getConstantPoolIndex(C, 4);