Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp65 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
91 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
347 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitOperandTypeMappings() argument
389 return NumberedInstructions[I]->TheDef->getName(); in emitOperandTypeMappings()
395 for (const CodeGenInstruction *Inst : NumberedInstructions) { in emitOperandTypeMappings()
820 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
823 emitEnums(OS, NumberedInstructions); in run()
846 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
865 OS << " MCInstrDesc Insts[" << NumberedInstructions.size() << "];\n"; in run()
891 unsigned Num = NumberedInstructions.size(); in run()
[all …]
H A DCodeEmitterGen.cpp72 raw_ostream &O, ArrayRef<const CodeGenInstruction *> NumberedInstructions,
399 raw_ostream &O, ArrayRef<const CodeGenInstruction *> NumberedInstructions, in emitInstructionBaseValues() argument
408 for (const CodeGenInstruction *CGI : NumberedInstructions) { in emitInstructionBaseValues()
477 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
487 for (const CodeGenInstruction *CGI : NumberedInstructions) { in run()
525 emitInstructionBaseValues(O, NumberedInstructions, Target, DefaultMode); in run()
531 emitInstructionBaseValues(O, NumberedInstructions, Target, HwMode); in run()
H A DWebAssemblyDisassemblerEmitter.cpp27 ArrayRef<const CodeGenInstruction *> NumberedInstructions) { in emitWebAssemblyDisassemblerTables() argument
34 enumerate(make_pointee_range(NumberedInstructions))) { in emitWebAssemblyDisassemblerTables()
H A DWebAssemblyDisassemblerEmitter.h25 raw_ostream &OS, ArrayRef<const CodeGenInstruction *> NumberedInstructions);
H A DX86EVEX2VEXTablesEmitter.cpp
H A DAsmWriterEmitter.cpp60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in __anon992240d30111::AsmWriterEmitter
345 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size()); in EmitGetMnemonic()
452 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) { in EmitGetMnemonic()
454 << NumberedInstructions[i]->TheDef->getName() << "\n"; in EmitGetMnemonic()
1098 for (const CodeGenInstruction *Inst : NumberedInstructions) { in EmitPrintAliasInstruction()
1317 NumberedInstructions = Target.getInstructions(); in AsmWriterEmitter()
1319 for (const auto &[Idx, I] : enumerate(NumberedInstructions)) { in AsmWriterEmitter()
H A DCodeGenMapTable.cpp360 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in emitBinSearchTable() local
370 for (const CodeGenInstruction *Inst : NumberedInstructions) { in emitBinSearchTable()
H A DDecoderEmitter.cpp2556 const auto &NumberedInstructions = Target.getInstructions(); in run() local
2557 NumberedEncodings.reserve(NumberedInstructions.size()); in run()
2558 for (const auto &NumberedInstruction : NumberedInstructions) { in run()
2606 if (NEI < NumberedInstructions.size()) in run()
2614 InstrLen.resize(NumberedInstructions.size(), 0); in run()
H A DX86FoldTablesEmitter.cpp627 ArrayRef<const CodeGenInstruction *> NumberedInstructions = in run() local
630 for (const CodeGenInstruction *Inst : NumberedInstructions) { in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DVarLenCodeEmitterGen.cpp85 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
229 auto NumberedInstructions = Target.getInstructions(); in run() local
231 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()