Home
last modified time | relevance | path

Searched refs:emitReduction (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntimeGPU.h274 void emitReduction(CodeGenFunction &CGF, SourceLocation Loc,
HDCGOpenMPRuntime.h1266 virtual void emitReduction(CodeGenFunction &CGF, SourceLocation Loc,
2074 void emitReduction(CodeGenFunction &CGF, SourceLocation Loc,
HDCGOpenMPRuntimeGPU.cpp1655 void CGOpenMPRuntimeGPU::emitReduction( in emitReduction() function in CGOpenMPRuntimeGPU
1672 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
HDCGStmtOpenMP.cpp1466 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
3806 CGF.CGM.getOpenMPRuntime().emitReduction( in emitScanBasedDirective()
5547 CGM.getOpenMPRuntime().emitReduction( in EmitOMPScanDirective()
HDCGOpenMPRuntime.cpp4930 void CGOpenMPRuntime::emitReduction(CodeGenFunction &CGF, SourceLocation Loc, in emitReduction() function in CGOpenMPRuntime
12129 void CGOpenMPSIMDRuntime::emitReduction( in emitReduction() function in CGOpenMPSIMDRuntime
12134 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp17596 emitReduction(VectorizedRoot, Builder, ReduxWidth, TTI); in tryToReduce()
17865 Value *emitReduction(Value *VectorizedValue, IRBuilderBase &Builder, in emitReduction() function in __anonb74aef0d15711::HorizontalReduction