Home | History | Annotate | Download | only in TableGen

Lines Matching refs:tables

31 ///   instruction, as extracted from the LLVM instruction tables.  Has methods
32 /// to interpret the information available in the LLVM tables, and to emit the
86 /// The instruction name as listed in the tables
97 /// tables; regardless, it will be emitted into the instruction info table
116 FILTER_STRONG, // instruction has no place in the instruction tables
138 /// the LLVM tables to an OperandType for use in the operand specifier.
159 /// string provided in the LLVM tables to an OperandEncoding for use in
233 /// \param tables The DisassemblerTables to populate with the specifier for
235 void emitInstructionSpecifier(DisassemblerTables &tables);
237 /// emitDecodePath - Populates the proper fields in the decode tables
240 /// \param tables The DisassemblerTables to populate with the decode
242 void emitDecodePath(DisassemblerTables &tables) const;
247 /// \param tables The DisassemblerTables that the specifier will be added to.
250 RecognizableInstr(DisassemblerTables &tables,
257 /// \param tables The DiassemblerTables to be populated with decode
262 static void processInstr(DisassemblerTables &tables,