Lines Matching refs:bit_value_t
170 } bit_value_t; typedef
172 static bool ValueSet(bit_value_t V) { in ValueSet()
176 static bool ValueNotSet(bit_value_t V) { in ValueNotSet()
180 static int Value(bit_value_t V) { in Value()
184 static bit_value_t bitFromBits(const BitsInit &bits, unsigned index) { in bitFromBits()
237 typedef std::vector<bit_value_t> insn_t;
391 std::vector<bit_value_t> FilterBitValues;
419 const std::vector<bit_value_t> &ParentFilterBitValues, in FilterChooser()
474 const std::vector<bit_value_t> & filter) const;
613 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
1042 const std::vector<bit_value_t> &filter) const { in dumpFilterArray()
1350 bit_value_t B = bitFromBits(*SFBits, i); in emitSoftFailTableEntry()
1351 bit_value_t IB = bitFromBits(*InstBits, i); in emitSoftFailTableEntry()