Lines Matching refs:CodeGenInstruction
76 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
83 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
85 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
90 ArrayRef<const CodeGenInstruction*> NumberedInstructions);
94 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
97 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
101 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
119 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
215 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in EmitOperandInfo()
236 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData()
241 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
272 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings()
344 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandTypeMappings()
387 for (const CodeGenInstruction *Inst : NumberedInstructions) { in emitOperandTypeMappings()
456 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitLogicalOperandSizeMappings()
543 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitLogicalOperandTypeMappings()
730 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
754 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run()
759 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
775 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
785 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
793 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
808 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
815 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
924 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord()
1044 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()