Lines Matching refs:unroll
84 #pragma clang loop unroll(full) in test()
98 #pragma clang loop unroll(disable) in test()
114 #pragma clang loop vectorize(disable) interleave(disable) unroll(disable) in test()
133 /* expected-error {{expected '('}} */ #pragma clang loop unroll in test()
138 /* expected-error {{expected ')'}} */ #pragma clang loop unroll(full in test()
147 …d-error {{missing argument; expected 'enable', 'full' or 'disable'}} */ #pragma clang loop unroll() in test()
202 …alid argument; expected 'enable', 'full' or 'disable'}} */ #pragma clang loop unroll(badidentifier) in test()
212 …-error {{invalid argument; expected 'enable', 'full' or 'disable'}} */ #pragma clang loop unroll(=) in test()
239 #pragma clang loop unroll(disable) in test()
248 …or {{duplicate directives 'unroll(disable)' and 'unroll(full)'}} */ #pragma clang loop unroll(full) in test()
249 #pragma clang loop unroll(disable) in test()
260 …mpatible directives 'unroll(disable)' and 'unroll_count(4)'}} */ #pragma clang loop unroll(disable) in test()
277 …{{incompatible directives 'unroll(full)' and 'unroll_count(4)'}} */ #pragma clang loop unroll(full) in test()