Lines Matching refs:CodeGenInstruction
55 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
62 const std::vector<const CodeGenInstruction *> &NumberedInstructions,
67 const std::vector<const CodeGenInstruction*> &NumberedInstructions);
71 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
88 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
180 for (const CodeGenInstruction *Inst : Target.instructions()) { in EmitOperandInfo()
201 const std::vector<const CodeGenInstruction *> &NumberedInstructions, in initOperandMapData()
207 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
237 const std::vector<const CodeGenInstruction*> &NumberedInstructions) { in emitOperandNameMappings()
361 for (const CodeGenInstruction *II : Target.instructions()) { in run()
383 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in run()
388 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
404 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
462 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord()
580 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in emitEnums()
586 for (const CodeGenInstruction *Inst : NumberedInstructions) in emitEnums()