Searched refs:OMPParallelDirective (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 237 OMPParallelDirective *OMPParallelDirective::Create( in Create() 241 auto *Dir = createDirective<OMPParallelDirective>( in Create() 248 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 251 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 899 void StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { in VisitOMPParallelDirective()
|
| H A D | StmtPrinter.cpp | 656 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { in VisitOMPParallelDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 606 class OMPParallelDirective : public OMPExecutableDirective { 617 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective() function 623 explicit OMPParallelDirective() in OMPParallelDirective() function 646 static OMPParallelDirective * 656 static OMPParallelDirective *CreateEmpty(const ASTContext &C, 664 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
|
| H A D | RecursiveASTVisitor.h | 2819 DEF_TRAVERSE_STMT(OMPParallelDirective,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 223 def OMPParallelDirective : StmtNode<OMPExecutableDirective>;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2300 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective() 3170 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2197 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 203 EmitOMPParallelDirective(cast<OMPParallelDirective>(*S)); in EmitStmt()
|
| H A D | CGStmtOpenMP.cpp | 1310 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 1688 void CodeGenFunction::EmitOMPParallelDirective(const OMPParallelDirective &S) { in EmitOMPParallelDirective()
|
| H A D | CodeGenFunction.h | 3441 void EmitOMPParallelDirective(const OMPParallelDirective &S);
|
| H A D | CGOpenMPRuntime.cpp | 1257 if (const auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 2045 void VisitOMPParallelDirective(const OMPParallelDirective *D); 2887 void EnqueueVisitor::VisitOMPParallelDirective(const OMPParallelDirective *D) { in VisitOMPParallelDirective()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8486 TreeTransform<Derived>::TransformOMPParallelDirective(OMPParallelDirective *D) { in TransformOMPParallelDirective()
|
| H A D | SemaOpenMP.cpp | 7120 return OMPParallelDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt, in ActOnOpenMPParallelDirective()
|