Searched refs:DecoderSet (Results 1 – 2 of 2) sorted by relevance
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 70 typedef SmallSetVector<std::string, 16> DecoderSet; typedef 75 DecoderSet Decoders; 106 DecoderSet &Decoders, 453 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc, 896 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders, in emitDecoderFunction() 1091 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex() 1111 DecoderSet::const_iterator P = std::find(Decoders.begin(), in getDecoderIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 82 typedef SmallSetVector<CachedHashString, 16> DecoderSet; typedef 87 DecoderSet Decoders; 115 DecoderSet &Decoders, 469 unsigned getDecoderIndex(DecoderSet &Decoders, unsigned Opc, 925 emitDecoderFunction(formatted_raw_ostream &OS, DecoderSet &Decoders, in emitDecoderFunction() 1120 unsigned FilterChooser::getDecoderIndex(DecoderSet &Decoders, in getDecoderIndex() 1140 DecoderSet::const_iterator P = find(Decoders, Decoder.str()); in getDecoderIndex()
|