Home
last modified time | relevance | path

Searched refs:NumberedInstructions (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp94 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
252 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
394 return NumberedInstructions[I]->TheDef->getName(); in emitOperandTypeMappings()
397 if (!NumberedInstructions.empty()) { in emitOperandTypeMappings()
504 for (const auto *Inst : NumberedInstructions) { in emitLogicalOperandSizeMappings()
591 for (const auto *Inst : NumberedInstructions) { in emitLogicalOperandTypeMappings()
933 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run() local
1021 OS << NumberedInstructions.size() << ");\n}\n\n"; in run()
1082 OS << NumberedInstructions.size() << ");\n}\n"; in run()
1088 emitOperandNameMappings(OS, Target, NumberedInstructions); in run()
[all …]
H A DCodeEmitterGen.cpp60 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions,
342 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions, in emitInstructionBaseValues() argument
351 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues()
390 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run() local
393 if (any_of(NumberedInstructions, [](const CodeGenInstruction *CGI) { in run()
403 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run()
442 emitInstructionBaseValues(o, NumberedInstructions, Target, -1); in run()
445 emitInstructionBaseValues(o, NumberedInstructions, Target, (int)HwMode); in run()
H A DVarLenCodeEmitterGen.cpp74 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
190 auto NumberedInstructions = Target.getInstructionsByEnumValue(); in run() local
195 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run()
231 emitInstructionBaseValues(OS, NumberedInstructions, Target); in run()
234 emitInstructionBaseValues(OS, NumberedInstructions, Target, (int)HwMode); in run()
320 raw_ostream &OS, ArrayRef<const CodeGenInstruction *> NumberedInstructions, in emitInstructionBaseValues() argument
336 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues()
H A DWebAssemblyDisassemblerEmitter.cpp28 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) { in emitWebAssemblyDisassemblerTables() argument
34 for (unsigned I = 0; I != NumberedInstructions.size(); ++I) { in emitWebAssemblyDisassemblerTables()
35 auto &CGI = *NumberedInstructions[I]; in emitWebAssemblyDisassemblerTables()
H A DX86MnemonicTables.cpp43 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
45 for (const CodeGenInstruction *I : NumberedInstructions) { in run()
H A DWebAssemblyDisassemblerEmitter.h26 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions);
H A DAsmWriterEmitter.cpp59 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anone124da030111::AsmWriterEmitter
314 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitGetMnemonic()
421 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitGetMnemonic()
423 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitGetMnemonic()
1072 for (const CodeGenInstruction *Inst : NumberedInstructions) { in EmitPrintAliasInstruction()
1287 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter()
1289 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in AsmWriterEmitter()
1290 const CodeGenInstruction *I = NumberedInstructions[i]; in AsmWriterEmitter()
H A DX86EVEX2VEXTablesEmitter.cpp180 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
183 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
H A DCodeGenMapTable.cpp362 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in emitBinSearchTable() local
367 unsigned TotalNumInstr = NumberedInstructions.size(); in emitBinSearchTable()
375 Record *CurInstr = NumberedInstructions[i]->TheDef; in emitBinSearchTable()
H A DDecoderEmitter.cpp2544 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); in run() local
2545 NumberedEncodings.reserve(NumberedInstructions.size()); in run()
2548 for (const auto &NumberedInstruction : NumberedInstructions) { in run()
2566 for (const auto &NumberedInstruction : NumberedInstructions) { in run()
2599 any_of(NumberedInstructions, [](const CodeGenInstruction *CGI) { in run()
2618 if (i < NumberedInstructions.size()) in run()
2626 InstrLen.resize(NumberedInstructions.size(), 0); in run()
H A DX86FoldTablesEmitter.cpp521 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
524 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()