Lines Matching refs:getClausesOfKind

146     for (const auto *C : S.getClausesOfKind<OMPPrivateClause>()) {  in emitPreInitStmt()
771 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPFirstprivateClause()
784 for (const auto *C : D.getClausesOfKind<OMPFirstprivateClause>()) { in EmitOMPFirstprivateClause()
926 for (const auto *C : D.getClausesOfKind<OMPPrivateClause>()) { in EmitOMPPrivateClause()
955 for (const auto *C : D.getClausesOfKind<OMPCopyinClause>()) { in EmitOMPCopyinClause()
1029 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPLastprivateClauseInit()
1099 llvm::any_of(D.getClausesOfKind<OMPLastprivateClause>(), in EmitOMPLastprivateClauseFinal()
1127 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPLastprivateClauseFinal()
1185 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
1402 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
1438 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()
1473 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in checkForLastprivateConditionalUpdate()
1484 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) { in checkForLastprivateConditionalUpdate()
1495 for (const auto *C : S.getClausesOfKind<OMPLinearClause>()) { in checkForLastprivateConditionalUpdate()
1510 for (const auto *C : S.getClausesOfKind<OMPFirstprivateClause>()) { in checkForLastprivateConditionalUpdate()
1546 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPParallelDirective()
1803 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLoopBody()
1926 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLinearClauseInit()
1965 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLinearClauseFinal()
2000 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) { in emitAlignedClause()
2062 for (const auto *C : S.getClausesOfKind<OMPOrderedClause>()) { in EmitOMPPrivateLoopCounters()
2131 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) { in EmitOMPLinearClause()
2193 llvm::any_of(D.getClausesOfKind<OMPReductionClause>(), in EmitOMPSimdInit()
2281 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonSimdLoop()
3168 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in emitScanBasedDirective()
3314 if (llvm::any_of(S.getClausesOfKind<OMPReductionClause>(), in emitWorksharingDirective()
3579 for (const auto *C : S.getClausesOfKind<OMPCopyprivateClause>()) { in EmitOMPSingleDirective()
3867 for (const auto *C : S.getClausesOfKind<OMPPrivateClause>()) { in EmitOMPTaskBasedDirective()
3880 for (const auto *C : S.getClausesOfKind<OMPFirstprivateClause>()) { in EmitOMPTaskBasedDirective()
3896 for (const auto *C : S.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPTaskBasedDirective()
3914 for (const auto *C : S.getClausesOfKind<OMPReductionClause>()) { in EmitOMPTaskBasedDirective()
3926 for (const auto *C : S.getClausesOfKind<OMPDependClause>()) { in EmitOMPTaskBasedDirective()
4071 for (const auto *C : S.getClausesOfKind<OMPInReductionClause>()) { in EmitOMPTaskBasedDirective()
4180 for (const auto *C : S.getClausesOfKind<OMPFirstprivateClause>()) { in EmitOMPTargetTaskBasedDirective()
4231 for (const auto *C : S.getClausesOfKind<OMPDependClause>()) { in EmitOMPTargetTaskBasedDirective()
4305 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskDirective()
4352 for (const auto *C : S.getClausesOfKind<OMPTaskReductionClause>()) { in EmitOMPTaskgroupDirective()
4426 for (const auto *C : ParentDir.getClausesOfKind<OMPReductionClause>()) { in EmitOMPScanDirective()
4869 for (const auto *DC : S.getClausesOfKind<OMPDependClause>()) in EmitOMPOrderedDirective()
5487 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPTargetDirective()
5962 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPCancelDirective()
6161 for (const auto *C : S.getClausesOfKind<OMPUseDevicePtrClause>()) in EmitOMPTargetDataDirective()
6164 for (const auto *C : S.getClausesOfKind<OMPUseDeviceAddrClause>()) in EmitOMPTargetDataDirective()
6402 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskLoopBasedDirective()
6660 for (const auto *C : D.getClausesOfKind<OMPFirstprivateClause>()) { in EmitSimpleOMPExecutableDirective()
6695 for (const auto *C : D.getClausesOfKind<OMPOrderedClause>()) { in EmitSimpleOMPExecutableDirective()