Lines Matching defs:CPI
1780 /// Create a copy of a const pool value. Update CPI to the new index and return
1782 static unsigned duplicateCPV(MachineFunction &MF, unsigned &CPI) {
1786 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI];
1821 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign());
1841 unsigned CPI = Orig.getOperand(1).getIndex();
1842 unsigned PCLabelId = duplicateCPV(MF, CPI);
1844 .addConstantPoolIndex(CPI)
1863 unsigned CPI = I->getOperand(1).getIndex();
1864 unsigned PCLabelId = duplicateCPV(MF, CPI);
1865 I->getOperand(1).setIndex(CPI);