Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp135 typedef SmallSetVector<CachedHashString, 16> DecoderSet; typedef
192 DecoderSet Decoders;
237 DecoderSet &Decoders) const;
613 std::pair<unsigned, bool> getDecoderIndex(DecoderSet &Decoders,
1062 DecoderSet &Decoders) const { in emitDecoderFunction()
1272 std::pair<unsigned, bool> FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex()
1291 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()