Searched refs:OMPTargetParallelForDirective (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 957 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create() 961 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create() 994 OMPTargetParallelForDirective * 995 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 998 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 1085 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
|
H A D | StmtPrinter.cpp | 911 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3394 class OMPTargetParallelForDirective : public OMPLoopDirective { 3407 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function 3417 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function 3445 static OMPTargetParallelForDirective * 3458 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C, 3469 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
|
H A D | RecursiveASTVisitor.h | 3052 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 257 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2525 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective() 3475 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2404 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 3540 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S); 3593 const OMPTargetParallelForDirective &S);
|
H A D | CGStmtOpenMP.cpp | 1329 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit() 7426 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion() 7444 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction() 7458 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
|
H A D | CGStmt.cpp | 310 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
|
H A D | CGOpenMPRuntime.cpp | 1244 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() 10155 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CIndex.cpp | 2184 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D); 3189 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | TreeTransform.h | 9085 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
|
H A D | SemaOpenMP.cpp | 13087 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()
|