Home
last modified time | relevance | path

Searched refs:nosvm (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/SemaOpenCL/
Dnosvm.cl6 kernel void f(__attribute__((nosvm)) global int* a);
8 // expected-error@-2 {{'nosvm' attribute requires OpenCL version 2.0}}
10 // expected-warning@-4 {{'nosvm' attribute is deprecated and ignored in OpenCL version 2.0}}
13 __attribute__((nosvm)) void g(); // expected-warning {{'nosvm' attribute only applies to variables}}
16 void f(__attribute__((nosvm)) int* a); // expected-warning {{'nosvm' attribute ignored}}
/external/llvm-project/clang/test/SemaOpenCL/
Dnosvm.cl6 kernel void f(__attribute__((nosvm)) global int* a);
8 // expected-error@-2 {{'nosvm' attribute requires OpenCL version 2.0}}
10 // expected-warning@-4 {{'nosvm' attribute is deprecated and ignored in OpenCL version 2.0}}
13 __attribute__((nosvm)) void g(); // expected-warning {{'nosvm' attribute only applies to variables}}
16 void f(__attribute__((nosvm)) int* a); // expected-warning {{'nosvm' attribute ignored}}
/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dcommon.cpp142 auto nosvm = get_str_kernel_metadata(f, "nosvm"); in kernel_attributes() local
143 if (!nosvm.empty()) in kernel_attributes()
/external/clang/include/clang/Basic/
DAttr.td744 let Spellings = [GNU<"nosvm">];
DAttrDocs.td1843 OpenCL 2.0 supports the optional ``__attribute__((nosvm))`` qualifier for
/external/llvm-project/clang/include/clang/Basic/
DAttr.td1223 let Spellings = [GNU<"nosvm">];
DAttrDocs.td3382 OpenCL 2.0 supports the optional ``__attribute__((nosvm))`` qualifier for
/external/llvm-project/clang/docs/
DUsersManual.rst3060 nosvm subsection