Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp786 uint64_t ReductionDataSize = in emitKernelDeinit() local
791 OMPBuilder.createTargetDeinit(Bld, ReductionDataSize, in emitKernelDeinit()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3637 Value *ReductionDataSize = in createReductionsGPU() local
3644 Value *Args[] = {SrcLocInfo, ReductionDataSize, RL, SarFuncCast, in createReductionsGPU()
3671 ReductionDataSize, in createReductionsGPU()
6375 Constant *ReductionDataSize = in createTargetInit() local
6376 ConstantInt::getSigned(Int32, Attrs.ReductionDataSize); in createTargetInit()
6409 ReductionDataSize, in createTargetInit()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2307 int32_t ReductionDataSize = 0; member