Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DCompiler.cpp409 const bcinfo::MetadataExtractor::Reduce *exportReduceList = me.getExportReduceList(); in addInternalizeSymbolsPass() local
435 keep_funcs.push_back(std::string(exportReduceList[i].mAccumulatorName) + ".expand"); in addInternalizeSymbolsPass()
436 keepFuncsPushBackIfPresent(exportReduceList[i].mInitializerName); in addInternalizeSymbolsPass()
437 if (exportReduceList[i].mCombinerName != nullptr) { in addInternalizeSymbolsPass()
438 keep_funcs.push_back(exportReduceList[i].mCombinerName); in addInternalizeSymbolsPass()
440 keep_funcs.push_back(nameReduceCombinerFromAccumulator(exportReduceList[i].mAccumulatorName)); in addInternalizeSymbolsPass()
442 keepFuncsPushBackIfPresent(exportReduceList[i].mOutConverterName); in addInternalizeSymbolsPass()
DRSEmbedInfo.cpp88 const bcinfo::MetadataExtractor::Reduce *exportReduceList = in getRSInfoString() local
132 const bcinfo::MetadataExtractor::Reduce &reduce = exportReduceList[i]; in getRSInfoString()
/frameworks/compile/libbcc/tests/libbcc/
Dtest_reduce_general_metadata.ll7 ; CHECK: exportReduceList[0]: addint - 0x00000001 - 1 - 4
9 ; CHECK: exportReduceList[1]: mpyint - 0x00000001 - 1 - 4
12 ; CHECK: exportReduceList[2]: dp - 0x00000001 - 2 - 4
15 ; CHECK: exportReduceList[3]: findMinAndMax - 0x00000009 - 1 - 16
20 ; CHECK: exportReduceList[4]: fz - 0x00000009 - 1 - 4
25 ; CHECK: exportReduceList[5]: fz2 - 0x00000019 - 1 - 8
30 ; CHECK: exportReduceList[6]: histogram - 0x00000001 - 1 - 1024
33 ; CHECK: exportReduceList[7]: mode - 0x00000001 - 1 - 1024