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

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp85 class FilterChooser;
90 /// Filter - Filter works with FilterChooser to produce the decoding tree for
95 /// FilterChooser to decide what further decoding logic to employ, or in another
96 /// words, what other remaining bits to look at. The FilterChooser eventually
100 /// FilterChooser becomes 1 or if there is a conflict. A conflict happens when
101 /// the Filter/FilterChooser combo does not know how to distinguish among the
128 FilterChooser *Owner; // points to the FilterChooser who owns this filter
140 std::map<unsigned, FilterChooser*> FilterChooserMap;
160 FilterChooser
212 class FilterChooser { class
245 FilterChooser(const FilterChooser &FC) : function in class:FilterChooser
252 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, function in class:FilterChooser
265 FilterChooser(const std::vector<const CodeGenInstruction*> &Insts, function in class:FilterChooser
[all...]
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp176 class FilterChooser;
182 /// Filter - Filter works with FilterChooser to produce the decoding tree for
187 /// FilterChooser to decide what further decoding logic to employ, or in another
188 /// words, what other remaining bits to look at. The FilterChooser eventually
192 /// FilterChooser becomes 1 or if there is a conflict. A conflict happens when
193 /// the Filter/FilterChooser combo does not know how to distinguish among the
221 const FilterChooser *Owner;// points to the FilterChooser who owns this filter
233 std::map<unsigned, std::unique_ptr<const FilterChooser>> FilterChooserMap;
249 const FilterChooser
304 class FilterChooser { class in namespace:__anon13896
340 FilterChooser(ArrayRef<const CodeGenInstruction *> Insts, function in class:__anon13896::FilterChooser
351 FilterChooser(ArrayRef<const CodeGenInstruction *> Insts, function in class:__anon13896::FilterChooser
[all...]

Completed in 398 milliseconds