Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1421 void emitSingleReductionCombiner(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.cpp5518 void CGOpenMPRuntime::emitSingleReductionCombiner(CodeGenFunction &CGF, in emitSingleReductionCombiner() function in CGOpenMPRuntime
5593 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5697 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
6003 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()
H A DCGOpenMPRuntimeGPU.cpp3317 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()