Home | History | Annotate | Download | only in TableGen

Lines Matching defs:NumberedInstructions

1501     NumberedInstructions(),
1526 &NumberedInstructions) {
1531 NumberedInstructions = Target.getInstructionsByEnumValue();
1543 std::vector<const CodeGenInstruction*> NumberedInstructions;
1691 getInstructionsByEnumValue(NumberedInstructions);
1693 unsigned numUIDs = NumberedInstructions.size();
1697 if (!NumberedInstructions[uid]->TheDef->isSubClassOf("InstARM"))
1700 if (populateInstruction(*NumberedInstructions[uid], TargetName))
1708 if (!NumberedInstructions[uid]->TheDef->isSubClassOf("InstARM")
1709 && !NumberedInstructions[uid]->TheDef->isSubClassOf("InstThumb"))
1712 if (populateInstruction(*NumberedInstructions[uid], TARGET_THUMB))
1721 Record *R = NumberedInstructions[uid]->TheDef;
1725 if (populateInstruction(*NumberedInstructions[uid], TargetName))
1751 FC = new ARMFilterChooser(NumberedInstructions, Opcodes);
1759 FC = new ARMFilterChooser(NumberedInstructions, Opcodes2);