Home | History | Annotate | Download | only in Mips

Lines Matching defs:ID

366     static char ID;
368 : MachineFunctionPass(ID), TM(tm),
421 char MipsConstantIslands::ID = 0;
842 /// ID.
1419 unsigned ID = createPICLabelUId();
1425 .addImm(ID).addConstantPoolIndex(CPI).addImm(Size);
1426 CPEntries[CPI].push_back(CPEntry(U.CPEMI, ID, 1));
1438 // Finally, change the CPI in the instruction operand to be ID.
1441 UserMI->getOperand(i).setIndex(ID);
1445 DEBUG(dbgs() << " Moved CPE to #" << ID << " CPI=" << CPI