Home | History | Annotate | Download | only in TableGen

Lines Matching defs:NumberedInstructions

82   ArrayRef<const CodeGenInstruction *> NumberedInstructions;
805 << NumberedInstructions[Opc]->TheDef->getName() << "\n";
820 << NumberedInstructions[Opc]->TheDef->getName()
2231 NumberedInstructions = Target.getInstructionsByEnumValue();
2236 for (unsigned i = 0; i < NumberedInstructions.size(); ++i) {
2237 const CodeGenInstruction *Inst = NumberedInstructions[i];
2258 FilterChooser FC(NumberedInstructions, Opc.second, Operands,