Lines Matching full:kernels
29 Kernels,
79 case OpenACCDirectiveKind::Kernels:
80 return Out << "kernels";
107 return Out << "kernels loop";
152 K == OpenACCDirectiveKind::Kernels;
259 /// 'vector_length' clause, allowed on 'parallel', 'kernels', 'parallel loop',
260 /// and 'kernels loop' constructs.
262 /// 'num_gangs' clause, allowed on 'parallel', 'kernels', parallel loop', and
263 /// 'kernels loop' constructs.
265 /// 'num_workers' clause, allowed on 'parallel', 'kernels', parallel loop',
266 /// and 'kernels loop' constructs.