Searched refs:MCPE (Results 1 – 3 of 3) sorted by relevance
169 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local170 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()171 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()173 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
1502 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local1503 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()1504 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()1506 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
1349 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local1350 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()1353 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()1384 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()