Searched refs:ElemPtrPtrAddr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntimeGPU.cpp | 1827 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitInterWarpCopyFunction() local 1829 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitInterWarpCopyFunction() 2206 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitListToGlobalCopyFunction() local 2208 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitListToGlobalCopyFunction() 2413 Address ElemPtrPtrAddr = Bld.CreateConstArrayGEP(LocalReduceList, Idx); in emitGlobalToListCopyFunction() local 2415 ElemPtrPtrAddr, /*Volatile=*/false, C.VoidPtrTy, SourceLocation()); in emitGlobalToListCopyFunction()
|