Searched refs:MCPE (Results 1 – 3 of 3) 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()
1543 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local1544 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()1545 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()1547 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()