OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exportReduceList
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
360
const bcinfo::MetadataExtractor::Reduce *
exportReduceList
= me.getExportReduceList();
386
keep_funcs.push_back(std::string(
exportReduceList
[i].mAccumulatorName) + ".expand");
387
keepFuncsPushBackIfPresent(
exportReduceList
[i].mInitializerName);
388
if (
exportReduceList
[i].mCombinerName != nullptr) {
389
keep_funcs.push_back(
exportReduceList
[i].mCombinerName);
391
keep_funcs.push_back(nameReduceCombinerFromAccumulator(
exportReduceList
[i].mAccumulatorName));
393
keepFuncsPushBackIfPresent(
exportReduceList
[i].mOutConverterName);
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
85
const bcinfo::MetadataExtractor::Reduce *
exportReduceList
=
129
const bcinfo::MetadataExtractor::Reduce &reduce =
exportReduceList
[i];
Completed in 50 milliseconds