Lines Matching refs:Owner
128 FilterChooser *Owner; // points to the FilterChooser who owns this filter member in Filter
379 Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed), in Filter()
387 bool mixed) : Owner(&owner), StartBit(startBit), NumBits(numBits), in Filter()
389 assert(StartBit + NumBits - 1 < Owner->BitWidth); in Filter()
395 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) { in Filter()
399 Owner->insnWithID(Insn, Owner->Opcodes[i]); in Filter()
403 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits); in Filter()
408 LastOpcFiltered = Owner->Opcodes[i]; in Filter()
414 VariableInstructions.push_back(Owner->Opcodes[i]); in Filter()
442 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
455 new FilterChooser(Owner->AllInstructions, in recurse()
457 Owner->Operands, in recurse()
459 *Owner) in recurse()
488 new FilterChooser(Owner->AllInstructions, in recurse()
490 Owner->Operands, in recurse()
492 *Owner) in recurse()
506 o.indent(Indentation) << "switch (fieldFromInstruction" << Owner->BitWidth in emit()
542 if (Owner->isTopLevel() && DefaultCase) in emit()