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()
123 /* expected-error {{expected '('}} */ #pragma clang loop unroll in test()
127 /* expected-error {{expected ')'}} */ #pragma clang loop unroll(full in test()
135 …d-error {{missing argument; expected 'enable', 'full' or 'disable'}} */ #pragma clang loop unroll() in test()
189 …alid argument; expected 'enable', 'full' or 'disable'}} */ #pragma clang loop unroll(badidentifier) in test()
198 …-error {{invalid argument; expected 'enable', 'full' or 'disable'}} */ #pragma clang loop unroll(=) in test()
224 #pragma clang loop unroll(disable) in test()
233 …or {{duplicate directives 'unroll(disable)' and 'unroll(full)'}} */ #pragma clang loop unroll(full) in test()
234 #pragma clang loop unroll(disable) in test()
243 …mpatible directives 'unroll(disable)' and 'unroll_count(4)'}} */ #pragma clang loop unroll(disable) in test()
260 …{{incompatible directives 'unroll(full)' and 'unroll_count(4)'}} */ #pragma clang loop unroll(full) in test()