Home
last modified time | relevance | path

Searched refs:mAccumulatorName (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h57 const char *mAccumulatorName; member
68 mInitializerName(nullptr), mAccumulatorName(nullptr), mCombinerName(nullptr), in Reduce()
75 delete [] mAccumulatorName; in ~Reduce()
/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp137 << reduceFnName(reduce.mAccumulatorName) << " - " in getRSInfoString()
140 : nameReduceCombinerFromAccumulator(reduce.mAccumulatorName)) << " - " in getRSInfoString()
DCompiler.cpp435 keep_funcs.push_back(std::string(exportReduceList[i].mAccumulatorName) + ".expand"); in addInternalizeSymbolsPass()
440 keep_funcs.push_back(nameReduceCombinerFromAccumulator(exportReduceList[i].mAccumulatorName)); in addInternalizeSymbolsPass()
DRSAddDebugInfoPass.cpp84 pushExpanded(reduction.mAccumulatorName); in runOnModule()
DRSKernelExpand.cpp1419 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); in runOnModule()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp159 dumpReduceInfo(info, "accumulator", reduce.mAccumulatorName); in dumpInfo()
226 dumpReduceInfo(stdout, "accumulator", reduce.mAccumulatorName); in dumpMetadata()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp529 TmpReduceList[i].mAccumulatorName = createStringFromValue(AccumulatorNode->getOperand(0)); in populateReduceMetadata()
544 mModule->getFunction(llvm::StringRef(TmpReduceList[i].mAccumulatorName)); in populateReduceMetadata()