Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1213 void emitSingleReductionCombiner(CodeGenFunction &CGF,
H A DCGOpenMPRuntimeGPU.cpp1742 emitSingleReductionCombiner(CGF, ReductionOps[I], Privates[I], in emitReduction()
H A DCGOpenMPRuntime.cpp4910 void CGOpenMPRuntime::emitSingleReductionCombiner(CodeGenFunction &CGF, in emitSingleReductionCombiner() function in CGOpenMPRuntime
4985 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5089 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5388 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()