Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1834 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()
1838 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()
1869 OMPTargetParallelForSimdDirective *
1870 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1874 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1261 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
H A DStmtPrinter.cpp1071 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td282 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4774 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4784 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4795 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4811 static OMPTargetParallelForSimdDirective *
4822 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3239 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2740 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3917 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2797 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3922 const OMPTargetParallelForSimdDirective &S);
3965 const OMPTargetParallelForSimdDirective &S);
H A DCGStmt.cpp385 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp7839 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()
7855 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()
7869 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
H A DCGOpenMPRuntime.cpp9879 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10230 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
H A DSemaOpenMP.cpp13869 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()