Searched refs:polly_launchKernel (Results 1 – 20 of 20) sorted by relevance
/external/llvm-project/polly/test/GPGPU/ |
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
|
D | partial_writes.ll | 9 ; CHECK: polly_launchKernel
|
D | align-params-in-schedule.ll | 7 ; CHECK: polly_launchKernel
|
D | invariant-load-hoisting-with-variable-lower-bound.ll | 22 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | bounds-construction-with-ignore-param-bounds.ll | 22 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | privatization-simple.ll | 12 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | invariant-load-hoisting-with-variable-bounds.ll | 25 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | privatization.ll | 13 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | add-scalars-in-scop-to-kills.ll | 16 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | invariant-load-array-access.ll | 25 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | invariant-load-hoisting-with-variable-upper-bound.ll | 18 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | intrinsic-copied-into-kernel.ll | 21 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | libdevice-functions-copied-into-kernel.ll | 32 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
D | invariant-load-hoisting-of-array.ll | 57 ; HOST-IR: declare void @polly_launchKernel(i8*, i32, i32, i32, i32, i32, i8*)
|
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…
|
D | invariant-load-hoisting.ll | 20 ; HOST-IR: call void @polly_launchKernel(i8* %[[REGC:[0-9]+]], i32 %{{[0-9]+}}, i32 1, i32 32,…
|
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…
|
/external/llvm-project/polly/include/polly/Support/ |
D | LinkGPURuntime.h | 35 polly_launchKernel(nullptr, 0, 0, 0, 0, 0, nullptr); in ForceGPURuntimeLinking()
|
/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.h | 108 void polly_launchKernel(PollyGPUFunction *Kernel, unsigned int GridDimX,
|
D | GPUJIT.c | 1684 void polly_launchKernel(PollyGPUFunction *Kernel, unsigned int GridDimX, in polly_launchKernel() function
|