Lines Matching refs:Owner
283 const FilterChooser *Owner;// points to the FilterChooser who owns this filter member in __anon983fc5010311::Filter
563 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
572 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
573 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
578 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { in Filter()
582 Owner->insnWithID(Insn, Owner->Opcodes[i].EncodingID); in Filter()
586 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
591 LastOpcFiltered = Owner->Opcodes[i]; in Filter()
597 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
613 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
623 std::make_unique<FilterChooser>(Owner->AllInstructions, in recurse()
624 VariableInstructions, Owner->Operands, BitValueArray, *Owner))); in recurse()
649 Owner->AllInstructions, Inst.second, in recurse()
650 Owner->Operands, BitValueArray, *Owner))); in recurse()