Home
last modified time | relevance | path

Searched refs:PollyGPUContext (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.h86 typedef struct PollyGPUContextT PollyGPUContext; typedef
98 PollyGPUContext *polly_initContextCUDA();
99 PollyGPUContext *polly_initContextCL();
113 void polly_freeContext(PollyGPUContext *Context);
H A DGPUJIT.c331 static PollyGPUContext *GlobalContext = NULL;
349 static PollyGPUContext *initContextCL() { in initContextCL()
352 PollyGPUContext *Context; in initContextCL()
404 Context = (PollyGPUContext *)malloc(sizeof(PollyGPUContext)); in initContextCL()
1162 static PollyGPUContext *initContextCUDA() { in initContextCUDA()
1164 PollyGPUContext *Context; in initContextCUDA()
1202 Context = (PollyGPUContext *)malloc(sizeof(PollyGPUContext)); in initContextCUDA()
1575 PollyGPUContext *polly_initContext() { in polly_initContext()
1581 PollyGPUContext *Context; in polly_initContext()
1837 PollyGPUContext *polly_initContextCUDA() { in polly_initContextCUDA()
[all …]