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