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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp95 DecoderSet Decoders; member in struct:__anon4931::DecoderTableInfo
150 DecoderSet &Decoders,
510 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc,
964 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders,
979 for (const auto &Decoder : Decoders) {
1161 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders,
1179 Decoders.insert(CachedHashString(Decoder));
1181 DecoderSet::const_iterator P = find(Decoders, Decoder.str());
1182 return (unsigned)(P - Decoders.begin());
1408 getDecoderIndex(TableInfo.Decoders, Op
[all...]

Completed in 101 milliseconds