Home
last modified time | relevance | path

Searched refs:bit_value_t (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp170 } 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()
613 std::vector<bit_value_t> BitValueArray(Owner->FilterBitValues); in recurse()
1350 bit_value_t B = bitFromBits(*SFBits, i); in emitSoftFailTableEntry()
[all …]