Searched refs:MCPE (Results 1 – 4 of 4) sorted by relevance
114 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitCustomConstantPool() local115 if (MCPE.isMachineConstantPoolEntry()) in emitCustomConstantPool()116 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitCustomConstantPool()118 emitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in emitCustomConstantPool()
227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction() local228 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()229 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()231 emitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in emitInstruction()
1814 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction() local1815 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()1816 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()1818 emitGlobalConstant(DL, MCPE.Val.ConstVal); in emitInstruction()
1770 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local1771 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()1774 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()1805 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()