Lines Matching refs:CodeGenInstruction
90 void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
96 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
98 initOperandMapData(ArrayRef<const CodeGenInstruction *> NumberedInstructions,
104 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
108 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
111 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
117 OperandInfoTy GetOperandInfo(const CodeGenInstruction &Inst);
127 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
219 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in CollectOperandInfo()
249 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData()
253 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
284 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandNameMappings()
356 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandTypeMappings()
403 for (const CodeGenInstruction *Inst : NumberedInstructions) { in emitOperandTypeMappings()
499 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitLogicalOperandSizeMappings()
586 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitLogicalOperandTypeMappings()
756 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in emitFeatureVerifier()
806 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in emitFeatureVerifier()
943 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
952 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run()
986 for (const CodeGenInstruction *Inst : reverse(NumberedInstructions)) { in run()
1020 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
1030 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
1038 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
1053 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
1060 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
1174 const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, in emitRecord()
1328 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()