Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp521 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1097 bool ARMFilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() function in ARMFilterChooser
1340 if (filterProcessor(false)) in doFilter()
1344 if (filterProcessor(true)) in doFilter()
1351 if (Num == 3 && filterProcessor(true, false)) in doFilter()
DFixedLenDecoderEmitter.cpp359 bool filterProcessor(bool AllowMixed, bool Greedy = true);
933 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() function in FilterChooser
1170 if (filterProcessor(false)) in doFilter()
1174 if (filterProcessor(true)) in doFilter()
1181 if (Num == 3 && filterProcessor(true, false)) in doFilter()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp467 bool filterProcessor(bool AllowMixed, bool Greedy = true);
1401 bool FilterChooser::filterProcessor(bool AllowMixed, bool Greedy) { in filterProcessor() function in FilterChooser
1637 if (filterProcessor(false)) in doFilter()
1641 if (filterProcessor(true)) in doFilter()
1648 if (Num == 3 && filterProcessor(true, false)) in doFilter()