Lines Matching defs:CPI
1764 /// Create a copy of a const pool value. Update CPI to the new index and return
1766 static unsigned duplicateCPV(MachineFunction &MF, unsigned &CPI) {
1770 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI];
1805 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlign());
1825 unsigned CPI = Orig.getOperand(1).getIndex();
1826 unsigned PCLabelId = duplicateCPV(MF, CPI);
1828 .addConstantPoolIndex(CPI)
1847 unsigned CPI = I->getOperand(1).getIndex();
1848 unsigned PCLabelId = duplicateCPV(MF, CPI);
1849 I->getOperand(1).setIndex(CPI);