Home
last modified time | relevance | path

Searched refs:EmitOMPTaskLoopBasedDirective (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5221 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
5379 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
5385 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
5392 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
5402 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
5414 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
5430 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3166 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5221 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
5379 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
5385 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
5392 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
5402 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
5414 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
5430 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3166 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6391 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
6555 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
6563 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
6570 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
6582 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
6596 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
6614 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6391 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
6555 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
6563 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
6570 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
6582 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
6596 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
6614 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3437 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6301 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
6465 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
6473 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
6480 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
6492 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
6506 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
6524 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3383 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6303 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
6467 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
6475 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
6482 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
6494 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
6508 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
6526 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6391 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
6555 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
6563 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
6570 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
6582 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
6596 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
6614 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6982 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7146 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7154 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7161 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7173 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7187 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7205 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3497 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6857 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7021 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7029 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7036 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7048 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7062 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7080 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6857 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7021 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7029 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7036 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7048 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7062 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7080 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
H A DCodeGenFunction.h3479 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6857 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7021 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7029 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7036 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7048 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7062 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7080 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6857 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7021 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7029 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7036 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7048 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7062 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7080 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/CodeGen/
H A DCGStmtOpenMP.cpp6857 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
7021 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
7029 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
7036 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
7048 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
7062 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
7080 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4878 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
5020 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
5025 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
H A DCodeGenFunction.h3160 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4860 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
5002 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
5007 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
H A DCodeGenFunction.h3141 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp4774 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
4916 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
4921 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
H A DCodeGenFunction.h3118 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);

12