Home
last modified time | relevance | path

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

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