Lines Matching refs:CodeGenInstruction
55 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
62 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
67 ArrayRef<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.getInstructionsByEnumValue()) { in EmitOperandInfo()
201 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData()
207 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
237 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings()
359 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
381 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run()
386 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
402 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
460 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord()
581 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()