Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2915 Value *ReduceListArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalCopyFunction() local
2921 Builder.CreateStore(ReduceListArg, ReduceListArgAddrCast); in emitListToGlobalCopyFunction()
2924 Builder.CreateLoad(Builder.getPtrTy(), ReduceListArgAddrCast); in emitListToGlobalCopyFunction()
3033 Value *ReduceListArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalReduceFunction() local
3042 Builder.CreateStore(ReduceListArg, ReduceListArgAddrCast); in emitListToGlobalReduceFunction()
3062 Builder.CreateLoad(Builder.getPtrTy(), ReduceListArgAddrCast); in emitListToGlobalReduceFunction()
3108 Value *ReduceListArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListCopyFunction() local
3113 Builder.CreateStore(ReduceListArg, ReduceListArgAddrCast); in emitGlobalToListCopyFunction()
3116 Builder.CreateLoad(Builder.getPtrTy(), ReduceListArgAddrCast); in emitGlobalToListCopyFunction()
3224 Value *ReduceListArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local
[all …]