Home | History | Annotate | Download | only in TableGen

Lines Matching defs:FC

381   ARMFilterChooser(const ARMFilterChooser &FC) :
382 AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes),
383 Filters(FC.Filters), Parent(FC.Parent), BestIndex(FC.BestIndex) {
384 memcpy(FilterBitValues, FC.FilterBitValues, sizeof(FilterBitValues));
1505 FC(NULL)
1519 if (FC) {
1520 delete FC;
1521 FC = NULL;
1550 ARMFilterChooser *FC;
1751 FC = new ARMFilterChooser(NumberedInstructions, Opcodes);
1754 FC->emitTop(o, Indentation);
1755 delete FC;
1759 FC = new ARMFilterChooser(NumberedInstructions, Opcodes2);
1762 FC->emitBot(o, Indentation);