Home
last modified time | relevance | path

Searched refs:polly_launchKernel (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/polly/test/GPGPU/
Dmanaged-pointers-preparation.ll12 ; CHECK: @polly_launchKernel
13 ; CHECK: @polly_launchKernel
14 ; CHECK: @polly_launchKernel
15 ; CHECK: @polly_launchKernel
16 ; CHECK: @polly_launchKernel
17 ; CHECK-NOT: @polly_launchKernel
Dpartial_writes.ll9 ; CHECK: polly_launchKernel
Dalign-params-in-schedule.ll7 ; CHECK: polly_launchKernel
Dinvariant-load-hoisting-with-variable-lower-bound.ll22 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dbounds-construction-with-ignore-param-bounds.ll22 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dprivatization-simple.ll12 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dinvariant-load-hoisting-with-variable-bounds.ll25 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dprivatization.ll13 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dadd-scalars-in-scop-to-kills.ll16 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dinvariant-load-array-access.ll25 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dinvariant-load-hoisting-with-variable-upper-bound.ll18 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dintrinsic-copied-into-kernel.ll21 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dlibdevice-functions-copied-into-kernel.ll32 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dinvariant-load-hoisting-of-array.ll57 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
Dcuda-managed-memory-simple.ll50 ; CHECK-NEXT: call void @polly_launchKernel(i8* %[[REGKERNEL]], i32 2, i32 1, i32 32, i32 1, i32 1…
Dinvariant-load-hoisting.ll20 ; HOST-IR: call void @polly_launchKernel(i8* %[[REGC:[0-9]+]], i32 %{{[0-9]+}}, i32 1, i32 32,…
Ddouble-parallel-loop.ll128 ; IR-NEXT: call void @polly_launchKernel(i8* %11, i32 32, i32 32, i32 32, i32 16, i32 1, i8* %po…
/external/llvm-project/polly/include/polly/Support/
DLinkGPURuntime.h35 polly_launchKernel(nullptr, 0, 0, 0, 0, 0, nullptr); in ForceGPURuntimeLinking()
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.h108 void polly_launchKernel(PollyGPUFunction *Kernel, unsigned int GridDimX,
DGPUJIT.c1684 void polly_launchKernel(PollyGPUFunction *Kernel, unsigned int GridDimX, in polly_launchKernel() function