Home | History | Annotate | Download | only in TableGen

Lines Matching refs:NumberedInstructions

40   ArrayRef<const CodeGenInstruction *> NumberedInstructions;
273 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size());
384 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) {
386 << NumberedInstructions[i]->TheDef->getName() << "\n";
1100 NumberedInstructions = Target.getInstructionsByEnumValue();
1102 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) {
1103 const CodeGenInstruction *I = NumberedInstructions[i];