Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp178 } 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()
[all …]