Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp91 typedef SmallSetVector<CachedHashString, 16> DecoderSet; typedef
96 DecoderSet Decoders;
152 DecoderSet &Decoders,
537 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
997 DecoderSet &Decoders, in emitDecoderFunction()
1207 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex()
1227 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()