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.cpp3058 Value *ReduceListArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalCopyFunction() local
3064 Builder.CreateStore(ReduceListArg, ReduceListArgAddrCast); in emitListToGlobalCopyFunction()
3067 Builder.CreateLoad(Builder.getPtrTy(), ReduceListArgAddrCast); in emitListToGlobalCopyFunction()
3176 Value *ReduceListArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalReduceFunction() local
3185 Builder.CreateStore(ReduceListArg, ReduceListArgAddrCast); in emitListToGlobalReduceFunction()
3205 Builder.CreateLoad(Builder.getPtrTy(), ReduceListArgAddrCast); in emitListToGlobalReduceFunction()
3251 Value *ReduceListArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListCopyFunction() local
3256 Builder.CreateStore(ReduceListArg, ReduceListArgAddrCast); in emitGlobalToListCopyFunction()
3259 Builder.CreateLoad(Builder.getPtrTy(), ReduceListArgAddrCast); in emitGlobalToListCopyFunction()
3367 Value *ReduceListArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local
[all …]