Searched refs:ElemPtrPtrAddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 2173 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitInterWarpCopyFunction() local 2175 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitInterWarpCopyFunction() 2561 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitListToGlobalCopyFunction() local 2563 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitListToGlobalCopyFunction() 2767 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitGlobalToListCopyFunction() local 2769 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitGlobalToListCopyFunction()
|