Home | History | Annotate | Download | only in JIT

Lines Matching refs:MCP

396     void emitConstantPool(MachineConstantPool *MCP);
764 static unsigned GetConstantPoolSizeInBytes(MachineConstantPool *MCP,
766 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
1067 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) {
1071 const std::vector<MachineConstantPoolEntry> &Constants = MCP->getConstants();
1074 unsigned Size = GetConstantPoolSizeInBytes(MCP, TheJIT->getTargetData());
1075 unsigned Align = MCP->getConstantPoolAlignment();
1077 ConstantPool = MCP;