Lines Matching refs:bit_value_t
199 } bit_value_t; typedef
201 static bool ValueSet(bit_value_t V) { in ValueSet()
205 static bool ValueNotSet(bit_value_t V) { return (V == BIT_UNSET); } in ValueNotSet()
207 static int Value(bit_value_t V) { in Value()
211 static bit_value_t bitFromBits(const BitsInit &bits, unsigned index) { in bitFromBits()
264 typedef std::vector<bit_value_t> insn_t;
418 std::vector<bit_value_t> FilterBitValues;
446 const std::vector<bit_value_t> &ParentFilterBitValues, in FilterChooser()
501 const std::vector<bit_value_t> &filter) const;
636 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
1086 raw_ostream &o, const std::vector<bit_value_t> &filter) const { in dumpFilterArray()
1395 bit_value_t B = bitFromBits(*SFBits, i); in emitSoftFailTableEntry()
1396 bit_value_t IB = bitFromBits(*InstBits, i); in emitSoftFailTableEntry()