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(MCPE.Val.ConstVal); in EmitInstruction()
1518 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local1519 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()1520 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()1522 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
1313 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local1314 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()1317 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()1348 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()