/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1211 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/ |
D | CGStmtOpenMP.cpp | 1546 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 …]
|
D | CGOpenMPRuntime.cpp | 6686 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/ |
D | OpenMPClause.cpp | 85 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()
|
D | StmtProfile.cpp | 436 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
|
/external/clang/include/clang/Basic/ |
D | OpenMPKinds.def | 187 OPENMP_CLAUSE(if, OMPIfClause)
|
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 197 class OMPIfClause : public OMPClause { 234 OMPIfClause(OpenMPDirectiveKind NameModifier, Expr *Cond, in OMPIfClause() function 244 OMPIfClause() in OMPIfClause() function
|
D | RecursiveASTVisitor.h | 2611 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 429 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()
|
D | RecursiveASTVisitor.h | 2996 bool RecursiveASTVisitor<Derived>::VisitOMPIfClause(OMPIfClause *C) {
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 289 void OMPClauseProfiler::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
|
D | StmtPrinter.cpp | 604 void OMPClausePrinter::VisitOMPIfClause(OMPIfClause *Node) { in VisitOMPIfClause()
|
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
D | OMP.td | 39 let clangClass = "OMPIfClause";
|
D | OMPKinds.def | 48 __OMP_CLAUSE(if, OMPIfClause)
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1778 C = new (Context) OMPIfClause(); in readClause() 1950 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
|
D | ASTWriterStmt.cpp | 1797 void OMPClauseWriter::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3302 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()
|
D | TreeTransform.h | 7633 OMPClause *TreeTransform<Derived>::TransformOMPIfClause(OMPIfClause *C) { in TransformOMPIfClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4763 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()
|
D | TreeTransform.h | 8986 OMPClause *TreeTransform<Derived>::TransformOMPIfClause(OMPIfClause *C) { in TransformOMPIfClause()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReader.cpp | 11840 C = new (Context) OMPIfClause(); in readClause() 12114 void OMPClauseReader::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
|
D | ASTWriter.cpp | 6243 void OMPClauseWriter::VisitOMPIfClause(OMPIfClause *C) { in VisitOMPIfClause()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 2064 void OMPClauseEnqueue::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2194 void OMPClauseEnqueue::VisitOMPIfClause(const OMPIfClause *C) { in VisitOMPIfClause()
|