Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FC

338   FilterChooser(const FilterChooser &FC)
339 : AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes),
340 Operands(FC.Operands), Filters(FC.Filters),
341 FilterBitValues(FC.FilterBitValues), Parent(FC.Parent),
342 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
343 Emitter(FC.Emitter) { }
2041 FilterChooser FC(*NumberedInstructions, I->second, Operands,
2051 FC.emitTableEntries(TableInfo);
2063 emitTable(OS, TableInfo.Table, 0, FC.getBitWidth(), I->first.first);