Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3056 Value *IdxArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalCopyFunction() local
3063 Builder.CreateStore(IdxArg, IdxArgAddrCast); in emitListToGlobalCopyFunction()
3070 Value *Idxs[] = {Builder.CreateLoad(Builder.getInt32Ty(), IdxArgAddrCast)}; in emitListToGlobalCopyFunction()
3174 Value *IdxArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitListToGlobalReduceFunction() local
3184 Builder.CreateStore(IdxArg, IdxArgAddrCast); in emitListToGlobalReduceFunction()
3188 Value *Idxs[] = {Builder.CreateLoad(Builder.getInt32Ty(), IdxArgAddrCast)}; in emitListToGlobalReduceFunction()
3249 Value *IdxArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListCopyFunction() local
3255 Builder.CreateStore(IdxArg, IdxArgAddrCast); in emitGlobalToListCopyFunction()
3261 Value *Idxs[] = {Builder.CreateLoad(Builder.getInt32Ty(), IdxArgAddrCast)}; in emitGlobalToListCopyFunction()
3365 Value *IdxArgAddrCast = Builder.CreatePointerBitCastOrAddrSpaceCast( in emitGlobalToListReduceFunction() local
[all …]