Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3449 Type *RedArrayTy = ArrayType::get(Builder.getPtrTy(), ReductionInfos.size()); in createReductionFunction() local
3456 RedArrayTy, RHSArrayPtr, in createReductionFunction()
3464 RedArrayTy, LHSArrayPtr, in createReductionFunction()
3598 Type *RedArrayTy = ArrayType::get(PtrTy, Size); in createReductionsGPU() local
3602 Builder.CreateAlloca(RedArrayTy, nullptr, ".omp.reduction.red_list"); in createReductionsGPU()
3611 RedArrayTy, ReductionList, in createReductionsGPU()
3788 Type *RedArrayTy = ArrayType::get(Builder.getPtrTy(), NumReductions); in populateReductionFunction() local
3793 RedArrayTy, LHSArrayPtr, 0, En.index()); in populateReductionFunction()
3799 RedArrayTy, RHSArrayPtr, 0, En.index()); in populateReductionFunction()
3848 Type *RedArrayTy = ArrayType::get(Builder.getPtrTy(), NumReductions); in createReductions() local
[all …]