Lines Matching defs:NumberedInstructions
62 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
67 ArrayRef<const CodeGenInstruction*> NumberedInstructions);
201 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
207 for (const CodeGenInstruction *Inst : NumberedInstructions) {
237 ArrayRef<const CodeGenInstruction*> NumberedInstructions) {
246 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap);
381 ArrayRef<const CodeGenInstruction*> NumberedInstructions =
386 for (const CodeGenInstruction *Inst : NumberedInstructions) {
402 for (const CodeGenInstruction *Inst : NumberedInstructions) {
417 << NumberedInstructions.size() << ");\n}\n\n";
450 NumberedInstructions.size() << ");\n}\n";
455 emitOperandNameMappings(OS, Target, NumberedInstructions);