Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FC

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