Lines Matching refs:CodeGenInstruction
87 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
94 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
96 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
101 ArrayRef<const CodeGenInstruction*> NumberedInstructions);
105 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
108 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
112 std::vector<std::string> GetOperandInfo(const CodeGenInstruction &Inst);
130 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
226 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in EmitOperandInfo()
247 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData()
252 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
283 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings()
355 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandTypeMappings()
401 for (const CodeGenInstruction *Inst : NumberedInstructions) { in emitOperandTypeMappings()
497 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitLogicalOperandSizeMappings()
584 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitLogicalOperandTypeMappings()
756 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in emitFeatureVerifier()
815 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in emitFeatureVerifier()
909 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
933 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run()
938 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
954 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
964 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
972 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
987 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
994 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
1106 void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, in emitRecord()
1227 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()