Lines Matching refs:TaskgroupReductionRef
149 Expr *TaskgroupReductionRef = nullptr; member
333 return Stack.back().first.back().TaskgroupReductionRef; in getTaskgroupReductionRef()
338 return Stack.back().first[Level].TaskgroupReductionRef && in isTaskgroupReductionRef()
339 cast<DeclRefExpr>(Stack.back().first[Level].TaskgroupReductionRef) in isTaskgroupReductionRef()
977 Expr *&TaskgroupReductionRef = in addTaskgroupReductionData() local
978 Stack.back().first.back().TaskgroupReductionRef; in addTaskgroupReductionData()
979 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()
982 TaskgroupReductionRef = in addTaskgroupReductionData()
1000 Expr *&TaskgroupReductionRef = in addTaskgroupReductionData() local
1001 Stack.back().first.back().TaskgroupReductionRef; in addTaskgroupReductionData()
1002 if (!TaskgroupReductionRef) { in addTaskgroupReductionData()
1005 TaskgroupReductionRef = in addTaskgroupReductionData()
1029 assert(I->TaskgroupReductionRef && "taskgroup reduction reference " in getTopMostTaskgroupReductionData()
1032 TaskgroupDescriptor = I->TaskgroupReductionRef; in getTopMostTaskgroupReductionData()
1058 assert(I->TaskgroupReductionRef && "taskgroup reduction reference " in getTopMostTaskgroupReductionData()
1061 TaskgroupDescriptor = I->TaskgroupReductionRef; in getTopMostTaskgroupReductionData()