Searched refs:emitReduction (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.h | 274 void emitReduction(CodeGenFunction &CGF, SourceLocation Loc,
|
H A D | CGOpenMPRuntime.h | 1266 virtual void emitReduction(CodeGenFunction &CGF, SourceLocation Loc, 2074 void emitReduction(CodeGenFunction &CGF, SourceLocation Loc,
|
H A D | CGOpenMPRuntimeGPU.cpp | 1655 void CGOpenMPRuntimeGPU::emitReduction( in emitReduction() function in CGOpenMPRuntimeGPU 1672 CGOpenMPRuntime::emitReduction(CGF, Loc, Privates, LHSExprs, RHSExprs, in emitReduction()
|
H A D | CGStmtOpenMP.cpp | 1466 CGM.getOpenMPRuntime().emitReduction( in EmitOMPReductionClauseFinal() 3806 CGF.CGM.getOpenMPRuntime().emitReduction( in emitScanBasedDirective() 5547 CGM.getOpenMPRuntime().emitReduction( in EmitOMPScanDirective()
|
H A D | CGOpenMPRuntime.cpp | 4930 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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 17580 emitReduction(VectorizedRoot, Builder, ReduxWidth, TTI); in tryToReduce() 17849 Value *emitReduction(Value *VectorizedValue, IRBuilderBase &Builder, in emitReduction() function in __anon07b2d77415511::HorizontalReduction
|