Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1230 void emitSingleReductionCombiner(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.cpp5507 void CGOpenMPRuntime::emitSingleReductionCombiner(CodeGenFunction &CGF, in emitSingleReductionCombiner() function in CGOpenMPRuntime
5582 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5687 RT.emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()
5989 CGM.getOpenMPRuntime().emitSingleReductionCombiner( in emitReduceCombFunction()
H A DCGOpenMPRuntimeNVPTX.cpp3937 emitSingleReductionCombiner(CGF, E, *IPriv, cast<DeclRefExpr>(*ILHS), in emitReduction()