Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3053 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalCopyFunction() local
3062 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitListToGlobalCopyFunction()
3069 Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitListToGlobalCopyFunction()
3171 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalReduceFunction() local
3183 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitListToGlobalReduceFunction()
3187 Value *BufferVal = Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitListToGlobalReduceFunction()
3246 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListCopyFunction() local
3254 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitGlobalToListCopyFunction()
3260 Value *BufferVal = Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitGlobalToListCopyFunction()
3362 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local
[all …]