Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp93 typedef SmallSetVector<CachedHashString, 16> DecoderSet; typedef
98 DecoderSet Decoders;
145 DecoderSet &Decoders,
527 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
987 DecoderSet &Decoders, in emitDecoderFunction()
1197 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex()
1217 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()