/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | ARMDecoderEmitter.cpp | 376 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 …]
|
D | FixedLenDecoderEmitter.cpp | 236 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/ |
D | FixedLenDecoderEmitter.cpp | 328 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/ |
D | FixedLenDecoderEmitter.cpp | 345 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/ |
D | android_logs_table.h | 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | instants_table.h | 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | counter_definitions_table.h | 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | counter_values_table.h | 36 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | slice_table.h | 43 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | raw_table.h | 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | process_table.h | 59 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | counter_values_table.cc | 46 int CounterValuesTable::BestIndex(const QueryConstraints& qc, in BestIndex() function in perfetto::trace_processor::CounterValuesTable
|
D | stats_table.h | 66 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | string_table.h | 71 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | thread_table.h | 67 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | sql_stats_table.h | 75 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | sched_slice_table.h | 37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | android_logs_table.cc | 47 int AndroidLogsTable::BestIndex(const QueryConstraints& qc, in BestIndex() function in perfetto::trace_processor::AndroidLogsTable
|
D | window_operator_table.h | 80 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | instants_table.cc | 50 int InstantsTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::InstantsTable
|
D | args_table.h | 37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | counter_definitions_table.cc | 49 int CounterDefinitionsTable::BestIndex(const QueryConstraints& qc, in BestIndex() function in perfetto::trace_processor::CounterDefinitionsTable
|
D | string_table.cc | 52 int StringTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::StringTable
|
D | slice_table.cc | 51 int SliceTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::SliceTable
|
D | sql_stats_table.cc | 55 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::SqlStatsTable
|