Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp96 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
254 for (const CodeGenInstruction *Inst : NumberedInstructions) { in initOperandMapData()
396 return NumberedInstructions[I]->TheDef->getName(); in emitOperandTypeMappings()
399 if (!NumberedInstructions.empty()) { in emitOperandTypeMappings()
506 for (const auto *Inst : NumberedInstructions) { in emitLogicalOperandSizeMappings()
593 for (const auto *Inst : NumberedInstructions) { in emitLogicalOperandTypeMappings()
987 unsigned Num = NumberedInstructions.size(); in run()
1089 OS << NumberedInstructions.size() << ");\n}\n\n"; in run()
1152 OS << NumberedInstructions.size() << ");\n}\n"; in run()
1158 emitOperandNameMappings(OS, Target, NumberedInstructions); in run()
[all …]
H A DCodeEmitterGen.cpp70 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions,
357 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions, in emitInstructionBaseValues() argument
366 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues()
427 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in run() local
430 if (any_of(NumberedInstructions, [](const CodeGenInstruction *CGI) { in run()
440 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run()
479 emitInstructionBaseValues(o, NumberedInstructions, Target, -1); in run()
482 emitInstructionBaseValues(o, NumberedInstructions, Target, (int)HwMode); in run()
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 DVarLenCodeEmitterGen.cpp85 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
227 auto NumberedInstructions = Target.getInstructionsByEnumValue(); in run() local
229 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run()
270 emitInstructionBaseValues(OS, NumberedInstructions, Target, Mode.first); in run()
349 raw_ostream &OS, ArrayRef<const CodeGenInstruction *> NumberedInstructions, in emitInstructionBaseValues() argument
358 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues()
H A DWebAssemblyDisassemblerEmitter.h26 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions);
H A DAsmWriterEmitter.cpp60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anon1ab3edc90111::AsmWriterEmitter
315 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitGetMnemonic()
422 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitGetMnemonic()
424 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitGetMnemonic()
1081 for (const CodeGenInstruction *Inst : NumberedInstructions) { in EmitPrintAliasInstruction()
1296 NumberedInstructions = Target.getInstructionsByEnumValue(); in AsmWriterEmitter()
1298 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in AsmWriterEmitter()
1299 const CodeGenInstruction *I = NumberedInstructions[i]; in AsmWriterEmitter()
H A DX86CompressEVEXTablesEmitter.cpp156 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
159 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
H A DCodeGenMapTable.cpp363 ArrayRef<const CodeGenInstruction*> NumberedInstructions = in emitBinSearchTable() local
368 unsigned TotalNumInstr = NumberedInstructions.size(); in emitBinSearchTable()
376 Record *CurInstr = NumberedInstructions[i]->TheDef; in emitBinSearchTable()
H A DDecoderEmitter.cpp2437 const auto &NumberedInstructions = Target.getInstructionsByEnumValue(); in run() local
2438 NumberedEncodings.reserve(NumberedInstructions.size()); in run()
2441 for (const auto &NumberedInstruction : NumberedInstructions) { in run()
2459 for (const auto &NumberedInstruction : NumberedInstructions) { in run()
2492 any_of(NumberedInstructions, [](const CodeGenInstruction *CGI) { in run()
2511 if (i < NumberedInstructions.size()) in run()
2519 InstrLen.resize(NumberedInstructions.size(), 0); in run()
H A DX86FoldTablesEmitter.cpp644 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
647 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()