Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
HDOMPIRBuilder.h1502 Type *ReductionsBufferTy,
1519 Type *ReductionsBufferTy,
1541 Function *ReduceFn, Type *ReductionsBufferTy,
1563 Function *ReduceFn, Type *ReductionsBufferTy,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp2878 ArrayRef<ReductionInfo> ReductionInfos, Type *ReductionsBufferTy, in emitListToGlobalCopyFunction() argument
2943 Builder.CreateInBoundsGEP(ReductionsBufferTy, BufferArgVal, Idxs); in emitListToGlobalCopyFunction()
2945 ReductionsBufferTy, BufferVD, 0, En.index()); in emitListToGlobalCopyFunction()
2989 Type *ReductionsBufferTy, AttributeList FuncAttrs) { in emitListToGlobalReduceFunction() argument
3053 Builder.CreateInBoundsGEP(ReductionsBufferTy, BufferVal, Idxs); in emitListToGlobalReduceFunction()
3056 ReductionsBufferTy, BufferVD, 0, En.index()); in emitListToGlobalReduceFunction()
3071 ArrayRef<ReductionInfo> ReductionInfos, Type *ReductionsBufferTy, in emitGlobalToListCopyFunction() argument
3133 Builder.CreateInBoundsGEP(ReductionsBufferTy, BufferVal, Idxs); in emitGlobalToListCopyFunction()
3135 ReductionsBufferTy, BufferVD, 0, En.index()); in emitGlobalToListCopyFunction()
3180 Type *ReductionsBufferTy, AttributeList FuncAttrs) { in emitGlobalToListReduceFunction() argument
[all …]