Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp724 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 DStmtProfile.cpp883 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
H A DStmtPrinter.cpp778 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2581 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 DRecursiveASTVisitor.h2722 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DStmtNodes.td232 def OMPTargetParallelForDirective : DStmt<OMPExecutableDirective>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp2152 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
2960 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2088 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h3136 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
3180 const OMPTargetParallelForDirective &S);
H A DCGStmtOpenMP.cpp4773 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion()
4791 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction()
4805 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
H A DCGStmt.cpp278 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1357 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 DTreeTransform.h8033 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
H A DSemaOpenMP.cpp7114 return OMPTargetParallelForDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetParallelForDirective()