Searched refs:ElemPtrPtrAddr (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 2761 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitInterWarpCopyFunction() local 2763 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitInterWarpCopyFunction() 3147 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitListToGlobalCopyFunction() local 3149 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitListToGlobalCopyFunction() 3353 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitGlobalToListCopyFunction() local 3355 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitGlobalToListCopyFunction()
|