Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.h302 void emitReduction(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntime.h1475 virtual void emitReduction(CodeGenFunction &CGF, SourceLocation Loc,
2315 void emitReduction(CodeGenFunction &CGF, SourceLocation Loc,
H A DCGOpenMPRuntimeGPU.cpp3208 void CGOpenMPRuntimeGPU::emitReduction( in emitReduction() function in CGOpenMPRuntimeGPU
3223 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
H A DCGStmtOpenMP.cpp1441 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal()
3703 CGF.CGM.getOpenMPRuntime().emitReduction( in emitScanBasedDirective()
5392 CGM.getOpenMPRuntime().emitReduction( in EmitOMPScanDirective()
H A DCGOpenMPRuntime.cpp5430 void CGOpenMPRuntime::emitReduction(CodeGenFunction &CGF, SourceLocation Loc, in emitReduction() function in CGOpenMPRuntime
12941 void CGOpenMPSIMDRuntime::emitReduction( in emitReduction() function in CGOpenMPSIMDRuntime
12946 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11278 emitReduction(VectorizedRoot, Builder, ReduxWidth, TTI); in tryToReduce()
11483 Value *emitReduction(Value *VectorizedValue, IRBuilder<> &Builder, in emitReduction() function in __anon9e073aa49111::HorizontalReduction