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.cpp1796 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()
1800 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()
1831 OMPTargetParallelForSimdDirective *
1832 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1836 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1225 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
H A DStmtPrinter.cpp1046 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td281 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4792 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4802 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4813 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4829 static OMPTargetParallelForSimdDirective *
4840 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3184 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2712 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3780 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2762 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3877 const OMPTargetParallelForSimdDirective &S);
3919 const OMPTargetParallelForSimdDirective &S);
H A DCGStmt.cpp377 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp7619 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()
7635 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()
7649 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
H A DCGOpenMPRuntime.cpp9807 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9796 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
H A DSemaOpenMP.cpp13731 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()