Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Parent

368   // Array of bit values passed down from our parent.
369 // Set to all BIT_UNFILTERED's for Parent == NULL.
373 ARMFilterChooser *Parent;
383 Filters(FC.Filters), Parent(FC.Parent), BestIndex(FC.BestIndex) {
389 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(NULL),
400 ARMFilterChooser &parent) :
401 AllInstructions(Insts), Opcodes(IDs), Filters(), Parent(&parent),
409 // The top level filter chooser has NULL as its parent.
410 bool isTopLevel() { return Parent == NULL; }
604 // Starts by inheriting our parent filter chooser's filter bit values.
901 current = current->Parent;
1334 if (TargetName == TARGET_ARM && Parent == NULL) {