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.cpp120 typedef SmallSetVector<CachedHashString, 16> DecoderSet; typedef
125 DecoderSet Decoders;
174 void emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
552 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
1029 DecoderSet &Decoders, in emitDecoderFunction()
1242 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, unsigned Opc, in getDecoderIndex()
1261 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()