Lines Matching refs:Owner
268 ARMFilterChooser *Owner; // points to the FilterChooser who owns this filter member in ARMFilter
541 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in ARMFilter()
549 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits), in ARMFilter()
557 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { in ARMFilter()
561 Owner->insnWithID(Insn, Owner->Opcodes[i]); in ARMFilter()
565 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in ARMFilter()
570 LastOpcFiltered = Owner->Opcodes[i]; in ARMFilter()
576 VariableInstructions.push_back(Owner->Opcodes[i]); in ARMFilter()
605 memcpy(BitValueArray, Owner->FilterBitValues, sizeof(BitValueArray)); in recurse()
618 new ARMFilterChooser(Owner->AllInstructions, in recurse()
621 *Owner) in recurse()
650 new ARMFilterChooser(Owner->AllInstructions, in recurse()
653 *Owner) in recurse()
702 if (Owner->isTopLevel() && DefaultCase) in emit()