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

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

Completed in 824 milliseconds