Home | History | Annotate | Download | only in TableGen

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,
208 for (const CodeGenInstruction *Inst : NumberedInstructions) {
238 const std::vector<const CodeGenInstruction*> &NumberedInstructions) {
247 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap);
383 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
388 for (const CodeGenInstruction *Inst : NumberedInstructions) {
404 for (const CodeGenInstruction *Inst : NumberedInstructions) {
419 << NumberedInstructions.size() << ");\n}\n\n";
450 << NumberedInstructions.size() << ");\n}\n"
456 emitOperandNameMappings(OS, Target, NumberedInstructions);
577 const std::vector<const CodeGenInstruction*> &NumberedInstructions =
583 for (const CodeGenInstruction *Inst : NumberedInstructions)
585 OS << " INSTRUCTION_LIST_END = " << NumberedInstructions.size() << "\n";