Searched refs:OMPTargetParallelForDirective (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 724 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create() 728 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForDirective), in Create() 733 OMPTargetParallelForDirective *Dir = new (Mem) OMPTargetParallelForDirective( in Create() 762 OMPTargetParallelForDirective * 763 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 766 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForDirective), in CreateEmpty() 771 return new (Mem) OMPTargetParallelForDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 883 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
|
| H A D | StmtPrinter.cpp | 778 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 2581 class OMPTargetParallelForDirective : public OMPLoopDirective { 2594 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function 2606 explicit OMPTargetParallelForDirective(unsigned CollapsedNum, in OMPTargetParallelForDirective() function 2628 static OMPTargetParallelForDirective * 2640 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 2722 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 232 def OMPTargetParallelForDirective : DStmt<OMPExecutableDirective>;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2152 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective() 2960 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2088 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 3136 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S); 3180 const OMPTargetParallelForDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4773 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion() 4791 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction() 4805 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
|
| H A D | CGStmt.cpp | 278 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
|
| H A D | CGOpenMPRuntime.cpp | 1357 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() 8564 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | TreeTransform.h | 8033 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
|
| H A D | SemaOpenMP.cpp | 7114 return OMPTargetParallelForDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetParallelForDirective()
|