Home | History | Annotate | Download | only in slang

Lines Matching refs:ForEach

251     const RSExportForEach *ForEach = *I;
253 if (ForEach->isDummyRoot()) {
267 std::string FunctionStart = "void forEach_" + ForEach->getName() + "(";
271 const RSExportForEach::InVec &Ins = ForEach->getIns();
278 if (ForEach->hasOut() || ForEach->hasReturn()) {
282 const RSExportRecordType *ERT = ForEach->getParamPacketType();
284 for (RSExportForEach::const_param_iterator i = ForEach->params_begin(),
285 e = ForEach->params_end();
369 mOut.indent() << "forEach(" << slot << ", ";
890 // For pointer parameters to original forEach kernels.