Lines Matching refs:CodeGenInstruction
74 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
81 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
83 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
88 ArrayRef<const CodeGenInstruction*> NumberedInstructions);
92 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
110 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
207 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in EmitOperandInfo()
228 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData()
233 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
264 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings()
336 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandTypeMappings()
379 for (const CodeGenInstruction *Inst : NumberedInstructions) { in emitOperandTypeMappings()
536 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
560 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run()
565 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
581 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
591 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
599 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
614 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
621 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
724 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord()
844 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()