Lines Matching refs:bit_value_t
178 } bit_value_t; typedef
180 static bool ValueSet(bit_value_t V) { in ValueSet()
184 static bool ValueNotSet(bit_value_t V) { in ValueNotSet()
188 static int Value(bit_value_t V) { in Value()
192 static bit_value_t bitFromBits(const BitsInit &bits, unsigned index) { in bitFromBits()
225 typedef std::vector<bit_value_t> insn_t;
379 std::vector<bit_value_t> FilterBitValues;
407 const std::vector<bit_value_t> &ParentFilterBitValues, in FilterChooser()
461 const std::vector<bit_value_t> & filter) const;
598 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
1019 const std::vector<bit_value_t> &filter) const { in dumpFilterArray()
1321 bit_value_t B = bitFromBits(*SFBits, i); in emitSoftFailTableEntry()
1322 bit_value_t IB = bitFromBits(*InstBits, i); in emitSoftFailTableEntry()