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.cpp2910 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalCopyFunction() local
2919 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitListToGlobalCopyFunction()
2926 Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitListToGlobalCopyFunction()
3028 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalReduceFunction() local
3040 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitListToGlobalReduceFunction()
3044 Value *BufferVal = Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitListToGlobalReduceFunction()
3103 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListCopyFunction() local
3111 Builder.CreateStore(BufferArg, BufferArgAddrCast); in emitGlobalToListCopyFunction()
3117 Value *BufferVal = Builder.CreateLoad(Builder.getPtrTy(), BufferArgAddrCast); in emitGlobalToListCopyFunction()
3219 Value *BufferArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local
[all …]