Lines Matching refs:Owner
311 *Owner; // points to the FilterChooser who owns this filter member in __anon260f03c00311::Filter
588 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
596 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
597 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
602 for (const auto &OpcPair : Owner->Opcodes) { in Filter()
606 Owner->insnWithID(Insn, OpcPair.EncodingID); in Filter()
609 auto [Ok, Field] = Owner->fieldFromInsn(Insn, StartBit, NumBits); in Filter()
636 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
647 std::make_unique<FilterChooser>(Owner->AllInstructions, in recurse()
648 VariableInstructions, Owner->Operands, in recurse()
649 BitValueArray, *Owner))); in recurse()
674 Owner->AllInstructions, Inst.second, in recurse()
675 Owner->Operands, BitValueArray, *Owner))); in recurse()