Lines Matching refs:CodeGenInstruction
75 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
82 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
87 ArrayRef<const CodeGenInstruction*> NumberedInstructions);
91 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
109 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
201 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in EmitOperandInfo()
222 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData()
227 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
258 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings()
454 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
476 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run()
481 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
497 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
569 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord()
697 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()