Searched refs:MCPE (Results 1 – 3 of 3) sorted by relevance
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()
1674 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction() local1675 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()1676 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()1678 emitGlobalConstant(DL, MCPE.Val.ConstVal); in emitInstruction()
1739 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local1740 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()1743 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()1774 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()