Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp2271 Address GlobAddr = GlobLVal.getAddress(CGF); in emitListToGlobalCopyFunction() local
2272 llvm::Value *BufferPtr = Bld.CreateInBoundsGEP(GlobAddr.getElementType(), in emitListToGlobalCopyFunction()
2273 GlobAddr.getPointer(), Idxs); in emitListToGlobalCopyFunction()
2276 GlobAddr.getAlignment())); in emitListToGlobalCopyFunction()
2373 Address GlobAddr = GlobLVal.getAddress(CGF); in emitListToGlobalReduceFunction() local
2375 GlobAddr.getElementType(), GlobAddr.getPointer(), Idxs); in emitListToGlobalReduceFunction()
2481 Address GlobAddr = GlobLVal.getAddress(CGF); in emitGlobalToListCopyFunction() local
2482 llvm::Value *BufferPtr = Bld.CreateInBoundsGEP(GlobAddr.getElementType(), in emitGlobalToListCopyFunction()
2483 GlobAddr.getPointer(), Idxs); in emitGlobalToListCopyFunction()
2486 GlobAddr.getAlignment())); in emitGlobalToListCopyFunction()
[all …]