Home
last modified time | relevance | path

Searched refs:OMPIfClause (Results 1 – 24 of 24) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1211 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPParallelDirective()
2563 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskDirective()
3276 if (auto *C = S.getSingleClause<OMPIfClause>()) { in EmitOMPTargetDirective()
3364 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPCancelDirective()
3405 if (auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetDataDirective()
3425 if (auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetEnterDataDirective()
3445 if (auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetExitDataDirective()
3482 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskLoopBasedDirective()
3622 if (auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetUpdateDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1546 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPParallelDirective()
1670 if (const auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPParallelDirective()
2281 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonSimdLoop()
4305 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskDirective()
5487 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in emitCommonOMPTargetDirective()
5962 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPCancelDirective()
6198 if (const auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetDataDirective()
6223 if (const auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetEnterDataDirective()
6244 if (const auto *C = S.getSingleClause<OMPIfClause>()) in EmitOMPTargetExitDataDirective()
6402 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { in EmitOMPTaskLoopBasedDirective()
[all …]
DCGOpenMPRuntime.cpp6686 if (Dir->hasClausesOfKind<OMPIfClause>()) { in getNumThreads()
6689 const OMPIfClause *IfClause = nullptr; in getNumThreads()
6690 for (const auto *C : Dir->getClausesOfKind<OMPIfClause>()) { in getNumThreads()
6879 if (D.hasClausesOfKind<OMPIfClause>()) { in emitNumThreadsForTargetDirective()
6880 const OMPIfClause *IfClause = nullptr; in emitNumThreadsForTargetDirective()
6881 for (const auto *C : D.getClausesOfKind<OMPIfClause>()) { in emitNumThreadsForTargetDirective()
/external/llvm-project/clang/lib/AST/
DOpenMPClause.cpp85 return static_cast<const OMPIfClause *>(C); in get()
274 OMPClause::child_range OMPIfClause::used_children() { in used_children()
1502 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) { in VisitOMPIfClause()
DStmtProfile.cpp436 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
/external/clang/include/clang/Basic/
DOpenMPKinds.def187 OPENMP_CLAUSE(if, OMPIfClause)
/external/clang/include/clang/AST/
DOpenMPClause.h197 class OMPIfClause : public OMPClause {
234 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, in OMPIfClause() function
244 OMPIfClause() in OMPIfClause() function
DRecursiveASTVisitor.h2611 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h429 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {
472 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, Stmt *HelperCond, in OMPIfClause() function
484 OMPIfClause() in OMPIfClause() function
514 auto Children = const_cast<OMPIfClause *>(this)->used_children(); in used_children()
DRecursiveASTVisitor.h2996 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
/external/clang/lib/AST/
DStmtProfile.cpp289 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
DStmtPrinter.cpp604 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) { in VisitOMPIfClause()
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMP.td39 let clangClass = "OMPIfClause";
DOMPKinds.def48 __OMP_CLAUSE(if, OMPIfClause)
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1778 C = new (Context) OMPIfClause(); in readClause()
1950 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
DASTWriterStmt.cpp1797 void OMPClauseWriter::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp3302 SmallVector<const OMPIfClause *, OMPC_unknown + 1> FoundNameModifiers( in checkIfClauses()
3306 if (const auto *IC = dyn_cast_or_null<OMPIfClause>(C)) { in checkIfClauses()
7350 return new (Context) OMPIfClause(NameModifier, ValExpr, StartLoc, LParenLoc, in ActOnOpenMPIfClause()
DTreeTransform.h7633 OMPClause *TreeTransform<Derived>::TransformOMPIfClause(OMPIfClause *C) { in TransformOMPIfClause()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4763 llvm::IndexedMap<const OMPIfClause *, Kind2Unsigned> FoundNameModifiers; in checkIfClauses()
4767 if (const auto *IC = dyn_cast_or_null<OMPIfClause>(C)) { in checkIfClauses()
5477 cast<OMPIfClause>(C)->getNameModifier() != OMPD_target) in ActOnOpenMPExecutableDirective()
5481 cast<OMPIfClause>(C)->getNameModifier() != OMPD_parallel) in ActOnOpenMPExecutableDirective()
12668 OMPIfClause(NameModifier, ValExpr, HelperValStmt, CaptureRegion, StartLoc, in ActOnOpenMPIfClause()
DTreeTransform.h8986 OMPClause *TreeTransform<Derived>::TransformOMPIfClause(OMPIfClause *C) { in TransformOMPIfClause()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp11840 C = new (Context) OMPIfClause(); in readClause()
12114 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
DASTWriter.cpp6243 void OMPClauseWriter::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
/external/clang/tools/libclang/
DCIndex.cpp2064 void OMPClauseEnqueue::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2194 void OMPClauseEnqueue::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()