Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1202 void emitSingleReductionCombiner(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.cpp5097 void CGOpenMPRuntime::emitSingleReductionCombiner(CodeGenFunction &CGF, in emitSingleReductionCombiner() function in CGOpenMPRuntime
5172 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5276 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5577 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()
H A DCGOpenMPRuntimeGPU.cpp3020 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()