Searched refs:mAccumulatorName (Results 1 – 7 of 7) sorted by relevance
57 const char *mAccumulatorName; member68 mInitializerName(nullptr), mAccumulatorName(nullptr), mCombinerName(nullptr), in Reduce()75 delete [] mAccumulatorName; in ~Reduce()
137 << reduceFnName(reduce.mAccumulatorName) << " - " in getRSInfoString()140 : nameReduceCombinerFromAccumulator(reduce.mAccumulatorName)) << " - " in getRSInfoString()
435 keep_funcs.push_back(std::string(exportReduceList[i].mAccumulatorName) + ".expand"); in addInternalizeSymbolsPass()440 keep_funcs.push_back(nameReduceCombinerFromAccumulator(exportReduceList[i].mAccumulatorName)); in addInternalizeSymbolsPass()
84 pushExpanded(reduction.mAccumulatorName); in runOnModule()
1419 llvm::Function *accumulator = Module.getFunction(ExportReduceList[i].mAccumulatorName); in runOnModule()
159 dumpReduceInfo(info, "accumulator", reduce.mAccumulatorName); in dumpInfo()226 dumpReduceInfo(stdout, "accumulator", reduce.mAccumulatorName); in dumpMetadata()
529 TmpReduceList[i].mAccumulatorName = createStringFromValue(AccumulatorNode->getOperand(0)); in populateReduceMetadata()544 mModule->getFunction(llvm::StringRef(TmpReduceList[i].mAccumulatorName)); in populateReduceMetadata()