Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp82 typedef SmallSetVector<CachedHashString, 16> DecoderSet; typedef
87 DecoderSet Decoders;
130 DecoderSet &Decoders,
478 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
932 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders, in emitDecoderFunction()
1127 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex()
1147 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()