Home
last modified time | relevance | path

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

/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.h86 typedef struct PollyGPUContextT PollyGPUContext; typedef
98 PollyGPUContext *polly_initContextCUDA();
99 PollyGPUContext *polly_initContextCL();
113 void polly_freeContext(PollyGPUContext *Context);
DGPUJIT.c331 static PollyGPUContext *GlobalContext = NULL;
349 static PollyGPUContext *initContextCL() { in initContextCL()
352 PollyGPUContext *Context; in initContextCL()
363 static __thread PollyGPUContext *CurrentContext = NULL; in initContextCL()
404 Context = (PollyGPUContext *)malloc(sizeof(PollyGPUContext)); in initContextCL()
692 static void freeContextCL(PollyGPUContext *Context) { in freeContextCL()
1162 static PollyGPUContext *initContextCUDA() { in initContextCUDA()
1164 PollyGPUContext *Context; in initContextCUDA()
1171 static __thread PollyGPUContext *CurrentContext = NULL; in initContextCUDA()
1202 Context = (PollyGPUContext *)malloc(sizeof(PollyGPUContext)); in initContextCUDA()
[all …]