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.cpp3305 Type *RedArrayTy = ArrayType::get(Builder.getPtrTy(), ReductionInfos.size()); in createReductionFunction() local
3312 RedArrayTy, RHSArrayPtr, in createReductionFunction()
3320 RedArrayTy, LHSArrayPtr, in createReductionFunction()
3444 Type *RedArrayTy = ArrayType::get(PtrTy, Size); in createReductionsGPU() local
3448 Builder.CreateAlloca(RedArrayTy, nullptr, ".omp.reduction.red_list"); in createReductionsGPU()
3457 RedArrayTy, ReductionList, in createReductionsGPU()
3609 Type *RedArrayTy = ArrayType::get(Builder.getPtrTy(), NumReductions); in createReductions() local
3611 Value *RedArray = Builder.CreateAlloca(RedArrayTy, nullptr, "red.array"); in createReductions()
3619 RedArrayTy, RedArray, 0, Index, "red.array.elem." + Twine(Index)); in createReductions()
3639 unsigned RedArrayByteSize = DL.getTypeStoreSize(RedArrayTy); in createReductions()
[all …]