Lines Matching refs:NumberedInstructions
62 const std::vector<const CodeGenInstruction *> &NumberedInstructions,
67 const std::vector<const CodeGenInstruction*> &NumberedInstructions);
202 const std::vector<const CodeGenInstruction *> &NumberedInstructions, in initOperandMapData() argument
208 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
238 const std::vector<const CodeGenInstruction*> &NumberedInstructions) { in emitOperandNameMappings() argument
247 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap); in emitOperandNameMappings()
384 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in run() local
389 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
405 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
420 << NumberedInstructions.size() << ");\n}\n\n"; in run()
453 << NumberedInstructions.size() << ");\n}\n" in run()
459 emitOperandNameMappings(OS, Target, NumberedInstructions); in run()
582 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in emitEnums() local
588 for (const CodeGenInstruction *Inst : NumberedInstructions) in emitEnums()
590 OS << " INSTRUCTION_LIST_END = " << NumberedInstructions.size() << "\n"; in emitEnums()