Searched refs:BinaryBuffer (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.c | 467 static PollyGPUFunction *getKernelCL(const char *BinaryBuffer, in getKernelCL() argument 485 BinaryBuffer) { in getKernelCL() 515 write(File, BinaryBuffer, strlen(BinaryBuffer)); in getKernelCL() 525 size_t BinarySize = strlen(BinaryBuffer); in getKernelCL() 530 (const unsigned char **)&BinaryBuffer, NULL, &Ret); in getKernelCL() 542 ((OpenCLKernel *)Function->Kernel)->BinaryString = BinaryBuffer; in getKernelCL() 1262 static PollyGPUFunction *getKernelCUDA(const char *BinaryBuffer, in getKernelCUDA() argument 1274 ((CUDAKernel *)KernelCache[i]->Kernel)->BinaryString == BinaryBuffer) { in getKernelCUDA() 1324 Res = CuLinkAddDataFcnPtr(LState, CU_JIT_INPUT_PTX, (void *)BinaryBuffer, in getKernelCUDA() 1325 strlen(BinaryBuffer) + 1, 0, 0, 0, 0); in getKernelCUDA() [all …]
|
D | GPUJIT.h | 100 PollyGPUFunction *polly_getKernel(const char *BinaryBuffer,
|