Searched refs:emitSingleReductionCombiner (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 1213 void emitSingleReductionCombiner(CodeGenFunction &CGF,
|
H A D | CGOpenMPRuntimeGPU.cpp | 1742 emitSingleReductionCombiner(CGF, ReductionOps[I], Privates[I], in emitReduction()
|
H A D | CGOpenMPRuntime.cpp | 4910 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()
|