Home
last modified time | relevance | path

Searched refs:getClausesOfKind (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp146 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()
[all …]
DCGOpenMPRuntime.cpp2499 S.getClausesOfKind<OMPOrderedClause>(), in getDefaultScheduleAndChunk()
4332 for (const auto *C : D.getClausesOfKind<OMPAffinityClause>()) { in emitTaskInit()
4385 for (const auto *C : D.getClausesOfKind<OMPAffinityClause>()) { in emitTaskInit()
4417 for (const auto *C : D.getClausesOfKind<OMPAffinityClause>()) { in emitTaskInit()
6356 for (const auto *C : D.getClausesOfKind<OMPUsesAllocatorsClause>()) { in emitTargetOutlinedFunction()
6690 for (const auto *C : Dir->getClausesOfKind<OMPIfClause>()) { in getNumThreads()
6881 for (const auto *C : D.getClausesOfKind<OMPIfClause>()) { in emitNumThreadsForTargetDirective()
8203 for (const auto *C : Dir.getClausesOfKind<OMPFirstprivateClause>()) in MappableExprsHandler()
8208 for (const auto *C : Dir.getClausesOfKind<OMPUsesAllocatorsClause>()) { in MappableExprsHandler()
8221 for (const auto *C : Dir.getClausesOfKind<OMPIsDevicePtrClause>()) in MappableExprsHandler()
[all …]
DCGOpenMPRuntimeGPU.cpp809 llvm::any_of(D.getClausesOfKind<OMPScheduleClause>(), in hasStaticScheduling()
1616 for (const auto *C : Dir->getClausesOfKind<OMPLastprivateClause>()) { in getDistributeLastprivateVars()
1628 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in getTeamsReductionVars()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp578 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPFirstprivateClause()
585 for (const auto *C : D.getClausesOfKind<OMPFirstprivateClause>()) { in EmitOMPFirstprivateClause()
671 for (const auto *C : D.getClausesOfKind<OMPPrivateClause>()) { in EmitOMPPrivateClause()
701 for (const auto *C : D.getClausesOfKind<OMPCopyinClause>()) { in EmitOMPCopyinClause()
772 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPLastprivateClauseInit()
849 for (const auto *C : D.getClausesOfKind<OMPLastprivateClause>()) { in EmitOMPLastprivateClauseFinal()
939 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseInit()
1146 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in EmitOMPReductionClauseFinal()
1171 for (const auto *C : D.getClausesOfKind<OMPReductionClause>()) { in emitPostUpdateForReductionClause()
1211 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPParallelDirective()
[all …]
DCGOpenMPRuntime.cpp5378 for (const auto *C : Dir.getClausesOfKind<OMPFirstprivateClause>()) in MappableExprsHandler()
5416 for (auto *C : Directive.getClausesOfKind<OMPMapClause>()) in generateAllInfo()
5419 for (auto *C : Directive.getClausesOfKind<OMPToClause>()) in generateAllInfo()
5422 for (auto *C : Directive.getClausesOfKind<OMPFromClause>()) in generateAllInfo()
5464 for (auto *C : Directive.getClausesOfKind<OMPMapClause>()) in generateInfoForCapture()
/external/clang/include/clang/AST/
DStmtOpenMP.h130 getClausesOfKind(ArrayRef<OMPClause *> Clauses) { in getClausesOfKind() function
138 getClausesOfKind() const { in getClausesOfKind() function
139 return getClausesOfKind<SpecificClause>(clauses()); in getClausesOfKind()
149 auto Clauses = getClausesOfKind<SpecificClause>(); in getSingleClause()
163 auto Clauses = getClausesOfKind<SpecificClause>(); in hasClausesOfKind()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h213 getClausesOfKind(ArrayRef<OMPClause *> Clauses) { in getClausesOfKind() function
221 getClausesOfKind() const { in getClausesOfKind() function
222 return getClausesOfKind<SpecificClause>(clauses()); in getClausesOfKind()
232 auto Clauses = getClausesOfKind<SpecificClause>(); in getSingleClause()
246 auto Clauses = getClausesOfKind<SpecificClause>(); in hasClausesOfKind()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5415 OMPExecutableDirective::getClausesOfKind<OMPCollapseClause>(Clauses); in getCollapseNumberExpr()
5423 OMPExecutableDirective::getClausesOfKind<OMPOrderedClause>(Clauses); in getOrderedNumberExpr()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp8847 OMPExecutableDirective::getClausesOfKind<OMPCollapseClause>(Clauses); in getCollapseNumberExpr()
8855 OMPExecutableDirective::getClausesOfKind<OMPOrderedClause>(Clauses); in getOrderedNumberExpr()