| /llvm-project-15.0.7/polly/test/GPGPU/ |
| H A D | managed-pointers-preparation.ll | 12 ; 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 D | partial_writes.ll | 9 ; CHECK: polly_launchKernel
|
| H A D | align-params-in-schedule.ll | 7 ; CHECK: polly_launchKernel
|
| H A D | invariant-load-hoisting-with-variable-lower-bound.ll | 21 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | bounds-construction-with-ignore-param-bounds.ll | 22 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | invariant-load-hoisting-with-variable-bounds.ll | 24 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | privatization.ll | 13 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | privatization-simple.ll | 12 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | invariant-load-array-access.ll | 24 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | invariant-load-hoisting-with-variable-upper-bound.ll | 18 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | add-scalars-in-scop-to-kills.ll | 16 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | intrinsic-copied-into-kernel.ll | 21 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | invariant-load-hoisting-of-array.ll | 56 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | libdevice-functions-copied-into-kernel.ll | 28 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
| H A D | cuda-managed-memory-simple.ll | 50 ; CHECK-NEXT: call void @polly_launchKernel(i8* %[[REGKERNEL]], i32 2, i32 1, i32 32, i32 1, i32 1…
|
| H A D | invariant-load-hoisting.ll | 18 ; HOST-IR: call void @polly_launchKernel(i8* %[[REGC:[0-9]+]], i32 %{{[0-9]+}}, i32 1, i32 32,…
|
| H A D | double-parallel-loop.ll | 128 ; 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 D | LinkGPURuntime.h | 35 polly_launchKernel(nullptr, 0, 0, 0, 0, 0, nullptr); in ForceGPURuntimeLinking()
|
| /llvm-project-15.0.7/polly/tools/GPURuntime/ |
| H A D | GPUJIT.h | 108 void polly_launchKernel(PollyGPUFunction *Kernel, unsigned int GridDimX,
|
| H A D | GPUJIT.c | 1684 void polly_launchKernel(PollyGPUFunction *Kernel, unsigned int GridDimX, in polly_launchKernel() function
|