Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp90 typedef SmallSetVector<CachedHashString, 16> DecoderSet; typedef
95 DecoderSet Decoders;
150 DecoderSet &Decoders,
512 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
965 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders, in emitDecoderFunction()
1174 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex()
1194 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()