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()
202 const std::vector<const CodeGenInstruction *> &NumberedInstructions, in initOperandMapData()
208 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
238 const std::vector<const CodeGenInstruction*> &NumberedInstructions) { in emitOperandNameMappings()
362 for (const CodeGenInstruction *II : Target.instructions()) { in run()
384 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in run()
389 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
405 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
464 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord()
583 const std::vector<const CodeGenInstruction*> &NumberedInstructions = in emitEnums()
589 for (const CodeGenInstruction *Inst : NumberedInstructions) in emitEnums()