Lines Matching defs:reductionArgs
966 allocReductionVars(T loop, ArrayRef<BlockArgument> reductionArgs,
1003 moduleTranslation.mapValue(reductionArgs[i], phis[0]);
1010 moduleTranslation.mapValue(reductionArgs[i], var);
1050 initReductionVars(OP op, ArrayRef<BlockArgument> reductionArgs,
1128 moduleTranslation.mapValue(reductionArgs[i], phis[0]);
1288 OP op, ArrayRef<BlockArgument> reductionArgs, llvm::IRBuilderBase &builder,
1300 if (failed(allocReductionVars(op, reductionArgs, builder, moduleTranslation,
1306 return initReductionVars(op, reductionArgs, builder, moduleTranslation,
1535 MutableArrayRef<BlockArgument> reductionArgs =
1539 sectionsOp, reductionArgs, builder, moduleTranslation, allocaIP,
1912 MutableArrayRef<BlockArgument> reductionArgs =
1917 if (failed(allocReductionVars(wsloopOp, reductionArgs, builder,
1929 if (failed(initReductionVars(wsloopOp, reductionArgs, builder,
2091 MutableArrayRef<BlockArgument> reductionArgs =
2099 opInst, reductionArgs, builder, moduleTranslation, allocaIP,
2113 initReductionVars(opInst, reductionArgs, builder, moduleTranslation,