Home
last modified time | relevance | path

Searched refs:BestIndex (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp376 int BestIndex; member in ARMFilterChooser
383 Filters(FC.Filters), Parent(FC.Parent), BestIndex(FC.BestIndex) { in ARMFilterChooser()
390 BestIndex(-1) { in ARMFilterChooser()
402 BestIndex(-1) { in ARMFilterChooser()
462 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
463 return Filters[BestIndex]; in bestFilter()
1080 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1099 BestIndex = -1; in filterProcessor()
1304 BestIndex = 0; in filterProcessor()
1315 BestIndex = i; in filterProcessor()
[all …]
DFixedLenDecoderEmitter.cpp236 int BestIndex; member in FilterChooser
249 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth), in FilterChooser()
258 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) { in FilterChooser()
272 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth), in FilterChooser()
314 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
315 return Filters[BestIndex]; in bestFilter()
916 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
935 BestIndex = -1; in filterProcessor()
1140 BestIndex = 0; in filterProcessor()
1151 BestIndex = i; in filterProcessor()
[all …]
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp328 int BestIndex; member in __anon77742b450711::FilterChooser
346 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
358 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth), in FilterChooser()
409 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
410 return Filters[BestIndex]; in bestFilter()
1384 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1403 BestIndex = -1; in filterProcessor()
1607 BestIndex = 0; in filterProcessor()
1618 BestIndex = i; in filterProcessor()
1653 BestIndex = -1; in doFilter()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp345 int BestIndex; member in __anonc0dcb19d0511::FilterChooser
360 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
371 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1), in FilterChooser()
425 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
426 return Filters[BestIndex]; in bestFilter()
1410 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1429 BestIndex = -1; in filterProcessor()
1633 BestIndex = 0; in filterProcessor()
1644 BestIndex = i; in filterProcessor()
1679 BestIndex = -1; in doFilter()
[all …]
/external/perfetto/src/trace_processor/
Dandroid_logs_table.h35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dinstants_table.h35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dcounter_definitions_table.h35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dcounter_values_table.h36 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dslice_table.h43 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Draw_table.h35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dprocess_table.h59 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dcounter_values_table.cc46 int CounterValuesTable::BestIndex(const QueryConstraints& qc, in BestIndex() function in perfetto::trace_processor::CounterValuesTable
Dstats_table.h66 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dstring_table.h71 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dthread_table.h67 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dsql_stats_table.h75 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dsched_slice_table.h37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dandroid_logs_table.cc47 int AndroidLogsTable::BestIndex(const QueryConstraints& qc, in BestIndex() function in perfetto::trace_processor::AndroidLogsTable
Dwindow_operator_table.h80 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dinstants_table.cc50 int InstantsTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::InstantsTable
Dargs_table.h37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dcounter_definitions_table.cc49 int CounterDefinitionsTable::BestIndex(const QueryConstraints& qc, in BestIndex() function in perfetto::trace_processor::CounterDefinitionsTable
Dstring_table.cc52 int StringTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::StringTable
Dslice_table.cc51 int SliceTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::SliceTable
Dsql_stats_table.cc55 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::SqlStatsTable

12