Lines Matching refs:PollyGPUFunction
431 static void freeKernelCL(PollyGPUFunction *Kernel) { in freeKernelCL()
467 static PollyGPUFunction *getKernelCL(const char *BinaryBuffer, in getKernelCL()
476 static __thread PollyGPUFunction *KernelCache[KERNEL_CACHE_SIZE]; in getKernelCL()
491 PollyGPUFunction *Function = malloc(sizeof(PollyGPUFunction)); in getKernelCL()
590 static void launchKernelCL(PollyGPUFunction *Kernel, unsigned int GridDimX, in launchKernelCL()
1246 static void freeKernelCUDA(PollyGPUFunction *Kernel) { in freeKernelCUDA()
1262 static PollyGPUFunction *getKernelCUDA(const char *BinaryBuffer, in getKernelCUDA()
1266 static __thread PollyGPUFunction *KernelCache[KERNEL_CACHE_SIZE]; in getKernelCUDA()
1280 PollyGPUFunction *Function = malloc(sizeof(PollyGPUFunction)); in getKernelCUDA()
1399 static void launchKernelCUDA(PollyGPUFunction *Kernel, unsigned int GridDimX, in launchKernelCUDA()
1601 void polly_freeKernel(PollyGPUFunction *Kernel) { in polly_freeKernel()
1620 PollyGPUFunction *polly_getKernel(const char *BinaryBuffer, in polly_getKernel()
1624 PollyGPUFunction *Function; in polly_getKernel()
1684 void polly_launchKernel(PollyGPUFunction *Kernel, unsigned int GridDimX, in polly_launchKernel()