Searched refs:MCPE (Results 1 – 9 of 9) sorted by relevance
168 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local169 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()170 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()172 EmitGlobalConstant(MF->getDataLayout(), MCPE.Val.ConstVal); in EmitInstruction()
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()
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()
1591 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local1592 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()1593 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()1595 EmitGlobalConstant(DL, MCPE.Val.ConstVal); in EmitInstruction()
1367 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local1368 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()1371 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()1402 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
1629 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local1630 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()1631 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()1633 EmitGlobalConstant(DL, MCPE.Val.ConstVal); in EmitInstruction()
1650 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local1651 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()1654 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()1685 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
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()
1691 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local1692 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()1695 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()1726 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign()); in duplicateCPV()