OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAccumulatorName
(Results
1 - 6
of
6
) sorted by null
/frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h
57
const char *
mAccumulatorName
;
68
mInitializerName(nullptr),
mAccumulatorName
(nullptr), mCombinerName(nullptr),
75
delete []
mAccumulatorName
;
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
134
<< reduceFnName(reduce.
mAccumulatorName
) << " - "
137
: nameReduceCombinerFromAccumulator(reduce.
mAccumulatorName
)) << " - "
RSKernelExpand.cpp
[
all
...]
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
159
dumpReduceInfo(info, "accumulator", reduce.
mAccumulatorName
);
226
dumpReduceInfo(stdout, "accumulator", reduce.
mAccumulatorName
);
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
386
keep_funcs.push_back(std::string(exportReduceList[i].
mAccumulatorName
) + ".expand");
391
keep_funcs.push_back(nameReduceCombinerFromAccumulator(exportReduceList[i].
mAccumulatorName
));
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
519
TmpReduceList[i].
mAccumulatorName
= createStringFromValue(AccumulatorNode->getOperand(0));
529
// (UNexpanded) accumulator function (
mAccumulatorName
) may have
534
mModule->getFunction(llvm::StringRef(TmpReduceList[i].
mAccumulatorName
));
Completed in 87 milliseconds