Searched refs:MCPE (Results 1 – 3 of 3) sorted by relevance
1566 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction() local1567 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()1568 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()1570 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
709 const MachineConstantPoolEntry &MCPE = (*MCPEs)[CPIndex]; in emitConstPoolInstruction() local716 if (MCPE.isMachineConstantPoolEntry()) { in emitConstPoolInstruction()718 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in emitConstPoolInstruction()737 emitConstantToMemory(CPI, MCPE.Val.ConstVal); in emitConstPoolInstruction()
1206 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() local1207 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()1210 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()1240 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()