Home
last modified time | relevance | path

Searched refs:OMPParallelDirective (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp57 OMPParallelDirective *OMPParallelDirective::Create( in Create()
61 llvm::alignTo(sizeof(OMPParallelDirective), llvm::alignOf<OMPClause *>()); in Create()
64 OMPParallelDirective *Dir = in Create()
65 new (Mem) OMPParallelDirective(StartLoc, EndLoc, Clauses.size()); in Create()
72 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
76 llvm::alignTo(sizeof(OMPParallelDirective), llvm::alignOf<OMPClause *>()); in CreateEmpty()
79 return new (Mem) OMPParallelDirective(NumClauses); in CreateEmpty()
DStmtProfile.cpp557 void StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { in VisitOMPParallelDirective()
DStmtPrinter.cpp990 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { in VisitOMPParallelDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h231 class OMPParallelDirective : public OMPExecutableDirective {
241 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelDirective() function
251 explicit OMPParallelDirective(unsigned NumClauses) in OMPParallelDirective() function
270 static OMPParallelDirective *
279 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2463 DEF_TRAVERSE_STMT(OMPParallelDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp194 OMPParallelDirective *OMPParallelDirective::Create( in Create()
198 auto *Dir = createDirective<OMPParallelDirective>( in Create()
205 OMPParallelDirective *OMPParallelDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
208 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty()
DStmtProfile.cpp854 void StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) { in VisitOMPParallelDirective()
DStmtPrinter.cpp653 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) { in VisitOMPParallelDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h374 class OMPParallelDirective : public OMPExecutableDirective {
385 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPParallelDirective() function
391 explicit OMPParallelDirective() in OMPParallelDirective() function
414 static OMPParallelDirective *
424 static OMPParallelDirective *CreateEmpty(const ASTContext &C,
432 return const_cast<OMPParallelDirective *>(this)->getTaskReductionRefExpr(); in getTaskReductionRefExpr()
DRecursiveASTVisitor.h2782 DEF_TRAVERSE_STMT(OMPParallelDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td198 def OMPParallelDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td221 def OMPParallelDirective : StmtNode<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp185 EmitOMPParallelDirective(cast<OMPParallelDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2467 void EmitOMPParallelDirective(const OMPParallelDirective &S);
DCGStmtOpenMP.cpp1226 void CodeGenFunction::EmitOMPParallelDirective(const OMPParallelDirective &S) { in EmitOMPParallelDirective()
DCGOpenMPRuntime.cpp849 if (auto *OPD = dyn_cast<OMPParallelDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2289 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
3135 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
DASTWriterStmt.cpp2185 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2540 void ASTStmtReader::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
3258 OMPParallelDirective::CreateEmpty(Context, in ReadStmtFromStream()
DASTWriterStmt.cpp2221 void ASTStmtWriter::VisitOMPParallelDirective(OMPParallelDirective *D) { in VisitOMPParallelDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp198 EmitOMPParallelDirective(cast<OMPParallelDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp1287 TaskRedRef = cast<OMPParallelDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
1665 void CodeGenFunction::EmitOMPParallelDirective(const OMPParallelDirective &S) { in EmitOMPParallelDirective()
DCodeGenFunction.h3390 void EmitOMPParallelDirective(const OMPParallelDirective &S);
/external/clang/tools/libclang/
DCIndex.cpp1938 void VisitOMPParallelDirective(const OMPParallelDirective *D);
2596 void EnqueueVisitor::VisitOMPParallelDirective(const OMPParallelDirective *D) { in VisitOMPParallelDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2042 void VisitOMPParallelDirective(const OMPParallelDirective *D);
2848 void EnqueueVisitor::VisitOMPParallelDirective(const OMPParallelDirective *D) { in VisitOMPParallelDirective()

12