Lines Matching refs:CodeGenInstruction

90   void emitRecord(const CodeGenInstruction &Inst, unsigned Num,
96 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
98 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
103 ArrayRef<const CodeGenInstruction*> NumberedInstructions);
107 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
110 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
116 OperandInfoTy GetOperandInfo(const CodeGenInstruction &Inst);
126 InstrInfoEmitter::GetOperandInfo(const CodeGenInstruction &Inst) { in GetOperandInfo()
219 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in CollectOperandInfo()
249 ArrayRef<const CodeGenInstruction *> NumberedInstructions, in initOperandMapData()
254 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
285 ArrayRef<const CodeGenInstruction*> NumberedInstructions) { in emitOperandNameMappings()
357 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()
808 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) { in emitFeatureVerifier()
945 for (const CodeGenInstruction *II : Target.getInstructionsByEnumValue()) { in run()
954 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run()
988 for (const CodeGenInstruction *Inst : reverse(NumberedInstructions)) { in run()
1022 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
1032 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
1040 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
1055 llvm::any_of(NumberedInstructions, [](const CodeGenInstruction *Inst) { in run()
1062 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
1177 const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, in emitRecord()
1286 for (const CodeGenInstruction *Inst : Target.getInstructionsByEnumValue()) in emitEnums()