Home
last modified time | relevance | path

Searched refs:ExportReduceList (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.h71 typedef std::list<RSExportReduce*> ExportReduceList; typedef
124 ExportReduceList mExportReduce;
260 typedef ExportReduceList::const_iterator const_export_reduce_iterator;
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1409 const bcinfo::MetadataExtractor::Reduce *ExportReduceList = me.getExportReduceList(); in runOnModule() local
1414 Changed |= PromoteReduceFunction(ExportReduceList[i].mInitializerName, PromotedFunctions); in runOnModule()
1415 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions); in runOnModule()
1416 Changed |= PromoteReduceFunction(ExportReduceList[i].mOutConverterName, PromotedFunctions); in runOnModule()
1419 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); in runOnModule()
1423 ExportReduceList[i].mSignature, in runOnModule()
1424 ExportReduceList[i].mInputCount); in runOnModule()
1425 if (!ExportReduceList[i].mCombinerName) { in runOnModule()