Home
last modified time | relevance | path

Searched refs:OMPTargetParallelForDirective (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp738 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create()
742 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForDirective), in Create()
747 OMPTargetParallelForDirective *Dir = new (Mem) OMPTargetParallelForDirective( in Create()
778 OMPTargetParallelForDirective *
779 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
782 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForDirective), in CreateEmpty()
787 return new (Mem) OMPTargetParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp665 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
DStmtPrinter.cpp1127 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2309 class OMPTargetParallelForDirective : public OMPLoopDirective {
2322 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function
2334 explicit OMPTargetParallelForDirective(unsigned CollapsedNum, in OMPTargetParallelForDirective() function
2356 static OMPTargetParallelForDirective *
2368 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2546 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp762 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create()
766 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create()
799 OMPTargetParallelForDirective *
800 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
803 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
DStmtProfile.cpp977 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
DStmtPrinter.cpp805 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h2856 class OMPTargetParallelForDirective : public OMPLoopDirective {
2869 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function
2879 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function
2907 static OMPTargetParallelForDirective *
2920 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
2931 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
DRecursiveASTVisitor.h2874 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td223 def OMPTargetParallelForDirective : DStmt<OMPExecutableDirective>;
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td249 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp269 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2494 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
DCGStmtOpenMP.cpp3462 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1312 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
6304 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion()
6322 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction()
6336 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
DCodeGenFunction.h3420 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
3471 const OMPTargetParallelForDirective &S);
DCGStmt.cpp291 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
DCGOpenMPRuntime.cpp1253 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
10248 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2442 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
3291 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2318 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2704 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
3395 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2362 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/external/clang/tools/libclang/
DCIndex.cpp1967 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D);
2707 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2074 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D);
2974 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()

12