Home
last modified time | relevance | path

Searched refs:hasCancel (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h436 bool hasCancel() const { return HasCancel; } in hasCancel() function
1313 bool hasCancel() const { return HasCancel; } in hasCancel() function
1456 bool hasCancel() const { return HasCancel; } in hasCancel() function
1516 bool hasCancel() const { return HasCancel; } in hasCancel() function
1781 bool hasCancel() const { return HasCancel; } in hasCancel() function
1993 bool hasCancel() const { return HasCancel; } in hasCancel() function
2057 bool hasCancel() const { return HasCancel; } in hasCancel() function
2840 bool hasCancel() const { return HasCancel; } in hasCancel() function
2936 bool hasCancel() const { return HasCancel; } in hasCancel() function
3179 bool hasCancel() const { return HasCancel; } in hasCancel() function
[all …]
/external/llvm-project/clang/lib/Serialization/
DASTWriterStmt.cpp2188 Record.writeBool(D->hasCancel()); in VisitOMPParallelDirective()
2199 Record.writeBool(D->hasCancel()); in VisitOMPForDirective()
2211 Record.writeBool(D->hasCancel()); in VisitOMPSectionsDirective()
2218 Record.writeBool(D->hasCancel()); in VisitOMPSectionDirective()
2243 Record.writeBool(D->hasCancel()); in VisitOMPParallelForDirective()
2264 Record.writeBool(D->hasCancel()); in VisitOMPParallelSectionsDirective()
2271 Record.writeBool(D->hasCancel()); in VisitOMPTaskDirective()
2313 Record.writeBool(D->hasCancel()); in VisitOMPTargetParallelDirective()
2320 Record.writeBool(D->hasCancel()); in VisitOMPTargetParallelForDirective()
2395 Record.writeBool(D->hasCancel()); in VisitOMPTaskLoopDirective()
[all …]
/external/clang/include/clang/AST/
DStmtOpenMP.h283 bool hasCancel() const { return HasCancel; } in hasCancel() function
915 bool hasCancel() const { return HasCancel; } in hasCancel() function
1051 bool hasCancel() const { return HasCancel; } in hasCancel() function
1111 bool hasCancel() const { return HasCancel; } in hasCancel() function
1365 bool hasCancel() const { return HasCancel; } in hasCancel() function
1506 bool hasCancel() const { return HasCancel; } in hasCancel() function
1576 bool hasCancel() const { return HasCancel; } in hasCancel() function
2374 bool hasCancel() const { return HasCancel; } in hasCancel() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2225 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelDirective()
2236 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPForDirective()
2249 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPSectionsDirective()
2256 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPSectionDirective()
2283 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelForDirective()
2298 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelSectionsDirective()
2306 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPTaskDirective()
2364 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPTargetParallelForDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1722 IfCond, NumThreads, ProcBind, S.hasCancel())); in EmitOMPParallelDirective()
2783 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined()
2785 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined()
2788 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined()
3356 HasLastprivates = emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPForDirective()
3363 S.hasCancel()); in EmitOMPForDirective()
3531 HasCancel = OSD->hasCancel(); in EmitSections()
3533 HasCancel = OPSD->hasCancel(); in EmitSections()
3712 (void)emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPParallelForDirective()
6312 CGF, OMPD_target_parallel_for, S.hasCancel()); in emitTargetParallelForRegion()
DCGOpenMPRuntime.cpp94 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anonbe229beb0111::CGOpenMPRegionInfo
1246 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1248 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1250 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1252 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1254 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1256 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1259 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1262 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1319 HasCancel = TD->hasCancel(); in emitTaskOutlinedFunction()
[all …]
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp81 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anondef231dd0111::CGOpenMPRegionInfo
850 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
852 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
854 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
887 TD ? TD->hasCancel() : false, Action); in emitTaskOutlinedFunction()
2338 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
4678 if (OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()
DCGStmtOpenMP.cpp2118 S.hasCancel()); in EmitOMPForDirective()
2272 HasCancel = OSD->hasCancel(); in EmitSections()
2274 HasCancel = OPSD->hasCancel(); in EmitSections()
2306 S.hasCancel()); in EmitOMPSectionDirective()