Lines Matching refs:Owner
222 const FilterChooser *Owner;// points to the FilterChooser who owns this filter member in __anon940f4b420511::Filter
495 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
504 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) { in Filter()
505 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
510 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { in Filter()
514 Owner->insnWithID(Insn, Owner->Opcodes[i]); in Filter()
518 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
523 LastOpcFiltered = Owner->Opcodes[i]; in Filter()
529 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
556 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
567 new FilterChooser(Owner->AllInstructions, in recurse()
569 Owner->Operands, in recurse()
571 *Owner) in recurse()
600 new FilterChooser(Owner->AllInstructions, in recurse()
602 Owner->Operands, in recurse()
604 *Owner) in recurse()