Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1524 static void emitCommonOMPParallelDirective( in emitCommonOMPParallelDirective() function
1749 emitCommonOMPParallelDirective(*this, S, OMPD_parallel, CodeGen, in EmitOMPParallelDirective()
2797 emitCommonOMPParallelDirective( in emitInnerParallelForWhenCombined()
3717 emitCommonOMPParallelDirective(*this, S, OMPD_for, CodeGen, in EmitOMPParallelForDirective()
3735 emitCommonOMPParallelDirective(*this, S, OMPD_for_simd, CodeGen, in EmitOMPParallelForSimdDirective()
3768 emitCommonOMPParallelDirective(*this, S, OMPD_master, CodeGen, in EmitOMPParallelMasterDirective()
3788 emitCommonOMPParallelDirective(*this, S, OMPD_sections, CodeGen, in EmitOMPParallelSectionsDirective()
6275 emitCommonOMPParallelDirective(CGF, S, OMPD_parallel, CodeGen, in emitTargetParallelRegion()
6316 emitCommonOMPParallelDirective(CGF, S, OMPD_for, CodeGen, in emitTargetParallelForRegion()
6355 emitCommonOMPParallelDirective(CGF, S, OMPD_simd, CodeGen, in emitTargetParallelForSimdRegion()
[all …]
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1190 static void emitCommonOMPParallelDirective(CodeGenFunction &CGF, in emitCommonOMPParallelDirective() function
1246 emitCommonOMPParallelDirective(*this, S, OMPD_parallel, CodeGen); in EmitOMPParallelDirective()
2380 emitCommonOMPParallelDirective(*this, S, OMPD_for, CodeGen); in EmitOMPParallelForDirective()
2390 emitCommonOMPParallelDirective(*this, S, OMPD_simd, CodeGen); in EmitOMPParallelForSimdDirective()
2400 emitCommonOMPParallelDirective(*this, S, OMPD_sections, CodeGen); in EmitOMPParallelSectionsDirective()