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