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.h1195 void emitSingleReductionCombiner(CodeGenFunction &CGF,
H A DCGOpenMPRuntimeGPU.cpp1740 emitSingleReductionCombiner(CGF, ReductionOps[I], Privates[I], in emitReduction()
H A DCGOpenMPRuntime.cpp4884 void CGOpenMPRuntime::emitSingleReductionCombiner(CodeGenFunction &CGF, in emitSingleReductionCombiner() function in CGOpenMPRuntime
5141 emitSingleReductionCombiner(CGF, ReductionOps, Privates, in emitPrivateReduction()
5203 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5327 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5634 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()