Home
last modified time | relevance | path

Searched refs:mCombinerName (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h58 const char *mCombinerName; member
68 mInitializerName(nullptr), mAccumulatorName(nullptr), mCombinerName(nullptr), in Reduce()
76 delete [] mCombinerName; in ~Reduce()
/frameworks/compile/libbcc/lib/
DRSEmbedInfo.cpp138 << ((reduce.mCombinerName != nullptr) in getRSInfoString()
139 ? reduce.mCombinerName in getRSInfoString()
DCompiler.cpp437 if (exportReduceList[i].mCombinerName != nullptr) { in addInternalizeSymbolsPass()
438 keep_funcs.push_back(exportReduceList[i].mCombinerName); in addInternalizeSymbolsPass()
DRSKernelExpand.cpp1415 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions); in runOnModule()
1425 if (!ExportReduceList[i].mCombinerName) { in runOnModule()
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp160 dumpReduceInfo(info, "combiner", reduce.mCombinerName); in dumpInfo()
227 dumpReduceInfo(stdout, "combiner", reduce.mCombinerName); in dumpMetadata()
/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp550 TmpReduceList[i].mCombinerName = createStringFromOptionalValue(Node, 4); in populateReduceMetadata()