Lines Matching refs:bit_value_t
132 } bit_value_t; typedef
134 static bool ValueSet(bit_value_t V) { in ValueSet()
137 static bool ValueNotSet(bit_value_t V) { in ValueNotSet()
140 static int Value(bit_value_t V) { in Value()
143 static bit_value_t bitFromBits(const BitsInit &bits, unsigned index) { in bitFromBits()
180 typedef std::vector<bit_value_t> insn_t;
322 std::vector<bit_value_t> FilterBitValues;
354 const std::vector<bit_value_t> &ParentFilterBitValues, in FilterChooser()
402 const std::vector<bit_value_t> & filter) const;
541 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
918 const std::vector<bit_value_t> &filter) const { in dumpFilterArray()
1218 bit_value_t B = bitFromBits(*SFBits, i); in emitSoftFailTableEntry()
1219 bit_value_t IB = bitFromBits(*InstBits, i); in emitSoftFailTableEntry()