Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DDecoderEmitter.cpp96 DecoderSet Decoders; member
143 DecoderSet &Decoders,
525 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
985 DecoderSet &Decoders, in emitDecoderFunction() argument
1007 for (const auto &Decoder : Decoders) { in emitDecoderFunction()
1195 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex() argument
1213 Decoders.insert(CachedHashString(Decoder)); in getDecoderIndex()
1215 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()
1216 return (unsigned)(P - Decoders.begin()); in getDecoderIndex()
1441 getDecoderIndex(TableInfo.Decoders, Opc.EncodingID, HasCompleteDecoder); in emitSingletonTableEntry()
[all …]