Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7884 void CodeGenFunction::EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S) { in EmitOMPTaskLoopBasedDirective() function in CodeGenFunction
8053 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopDirective()
8061 EmitOMPTaskLoopBasedDirective(S); in EmitOMPTaskLoopSimdDirective()
8068 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopDirective()
8080 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMaskedTaskLoopDirective()
8092 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMasterTaskLoopSimdDirective()
8104 EmitOMPTaskLoopBasedDirective(S); in EmitOMPMaskedTaskLoopSimdDirective()
8118 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopDirective()
8136 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMaskedTaskLoopDirective()
8154 CGF.EmitOMPTaskLoopBasedDirective(S); in EmitOMPParallelMasterTaskLoopSimdDirective()
[all …]
H A DCodeGenFunction.h3898 void EmitOMPTaskLoopBasedDirective(const OMPLoopDirective &S);