Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NumberedInstructions

80   const std::vector<const CodeGenInstruction*> *NumberedInstructions;
830 << NumberedInstructions->at(Opc)->TheDef->getName() << "\n";
2181 NumberedInstructions = &Target.getInstructionsByEnumValue();
2186 for (unsigned i = 0; i < NumberedInstructions->size(); ++i) {
2187 const CodeGenInstruction *Inst = NumberedInstructions->at(i);
2210 FilterChooser FC(*NumberedInstructions, I->second, Operands,