Searched refs:NumberedInstructions (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.h25 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions);
H A DInstrInfoEmitter.cpp81 ArrayRef<const CodeGenInstruction *> NumberedInstructions);
83 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
88 ArrayRef<const CodeGenInstruction*> NumberedInstructions);
228 ArrayRef<const CodeGenInstruction *> NumberedInstructions,
233 for (const CodeGenInstruction *Inst : NumberedInstructions) {
264 ArrayRef<const CodeGenInstruction*> NumberedInstructions) {
272 initOperandMapData(NumberedInstructions, Namespace, Operands, OperandMap);
336 ArrayRef<const CodeGenInstruction *> NumberedInstructions) {
375 if (!NumberedInstructions.empty()) {
379 for (const CodeGenInstruction *Inst : NumberedInstructions) {
227 initOperandMapData( ArrayRef<const CodeGenInstruction *> NumberedInstructions, StringRef Namespace, std::map<std::string, unsigned> &Operands, OpNameMapTy &OperandMap) argument
262 emitOperandNameMappings(raw_ostream &OS, const CodeGenTarget &Target, ArrayRef<const CodeGenInstruction*> NumberedInstructions) argument
334 emitOperandTypeMappings( raw_ostream &OS, const CodeGenTarget &Target, ArrayRef<const CodeGenInstruction *> NumberedInstructions) argument
557 ArrayRef<const CodeGenInstruction*> NumberedInstructions = local
[all...]
H A DWebAssemblyDisassemblerEmitter.cpp25 const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) {
31 for (unsigned I = 0; I != NumberedInstructions.size(); ++I) {
32 auto &CGI = *NumberedInstructions[I];
23 emitWebAssemblyDisassemblerTables( raw_ostream &OS, const ArrayRef<const CodeGenInstruction *> &NumberedInstructions) argument
H A DCodeEmitterGen.cpp58 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions,
348 raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions,
357 for (const CodeGenInstruction *CGI : NumberedInstructions) {
396 ArrayRef<const CodeGenInstruction*> NumberedInstructions = local
403 for (const CodeGenInstruction *CGI : NumberedInstructions) {
442 emitInstructionBaseValues(o, NumberedInstructions, Target, -1);
445 emitInstructionBaseValues(o, NumberedInstructions, Target, (int)HwMode);
347 emitInstructionBaseValues( raw_ostream &o, ArrayRef<const CodeGenInstruction *> NumberedInstructions, CodeGenTarget &Target, int HwMode) argument
H A DX86EVEX2VEXTablesEmitter.cpp174 ArrayRef<const CodeGenInstruction *> NumberedInstructions = local
177 for (const CodeGenInstruction *Inst : NumberedInstructions) {
H A DCodeGenMapTable.cpp372 ArrayRef<const CodeGenInstruction*> NumberedInstructions = local
377 unsigned TotalNumInstr = NumberedInstructions.size();
385 Record *CurInstr = NumberedInstructions[i]->TheDef;
H A DAsmWriterEmitter.cpp60 ArrayRef<const CodeGenInstruction *> NumberedInstructions; member in class:__anon4893::AsmWriterEmitter
313 std::vector<uint64_t> OpcodeInfo(NumberedInstructions.size());
422 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) {
424 << NumberedInstructions[i]->TheDef->getName() << "\n";
1037 for (const CodeGenInstruction *Inst : NumberedInstructions) {
1255 NumberedInstructions = Target.getInstructionsByEnumValue();
1257 for (unsigned i = 0, e = NumberedInstructions.size(); i != e; ++i) {
1258 const CodeGenInstruction *I = NumberedInstructions[i];
H A DX86FoldTablesEmitter.cpp583 ArrayRef<const CodeGenInstruction *> NumberedInstructions =
586 for (const CodeGenInstruction *Inst : NumberedInstructions) {
H A DFixedLenDecoderEmitter.cpp2409 const auto &NumberedInstructions = Target.getInstructionsByEnumValue();
2410 NumberedEncodings.reserve(NumberedInstructions.size());
2413 for (const auto &NumberedInstruction : NumberedInstructions) {
2431 for (const auto &NumberedInstruction : NumberedInstructions) {
2475 if (i < NumberedInstructions.size())

Completed in 176 milliseconds