Home | History | Annotate | Download | only in ARM

Lines Matching defs:ID

277     static char ID;
278 ARMConstantIslands() : MachineFunctionPass(ID) {}
336 char ARMConstantIslands::ID = 0;
855 /// ID.
1400 unsigned ID = AFI->createPICLabelUId();
1459 .addImm(ID).addConstantPoolIndex(CPI).addImm(Size);
1460 CPEntries[CPI].push_back(CPEntry(U.CPEMI, ID, 1));
1470 // Finally, change the CPI in the instruction operand to be ID.
1473 UserMI->getOperand(i).setIndex(ID);
1477 DEBUG(dbgs() << " Moved CPE to #" << ID << " CPI=" << CPI