Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp91 typedef SmallSetVector<CachedHashString, 16> DecoderSet; typedef
96 DecoderSet Decoders;
143 DecoderSet &Decoders,
525 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
985 DecoderSet &Decoders, in emitDecoderFunction()
1195 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex()
1215 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()