Home
last modified time | relevance | path

Searched refs:device_function (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenOpenCL/
Dptx-calls.cl3 void device_function() {
5 // CHECK-LABEL: define void @device_function()
8 device_function();
11 // CHECK: call void @device_function()
Dptx-kernels.cl3 void device_function() {
5 // CHECK-LABEL: define void @device_function()
/external/clang/test/CodeGenCUDA/
Dptx-kernels.cu11 __device__ void device_function() {} in device_function() function
17 device_function(); in global_function()