Home | History | Annotate | Download | only in TableGen

Lines Matching refs:FC

242   FilterChooser(const FilterChooser &FC)
243 : AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes),
244 Operands(FC.Operands), Filters(FC.Filters),
245 FilterBitValues(FC.FilterBitValues), Parent(FC.Parent),
246 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
247 Emitter(FC.Emitter) { }
1569 FilterChooser FC(NumberedInstructions, I->second, Operands,
1571 FC.emitTop(o, 0, I->first.first);