Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1462 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()
1466 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()
1497 OMPTargetParallelForSimdDirective *
1498 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1502 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1118 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
H A DStmtPrinter.cpp907 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td269 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h4221 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4231 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4242 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4258 static OMPTargetParallelForSimdDirective *
4269 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2982 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2551 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3466 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2494 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3496 const OMPTargetParallelForSimdDirective &S);
3529 const OMPTargetParallelForSimdDirective &S);
H A DCGStmt.cpp344 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp6811 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()
6827 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()
6841 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
H A DCGOpenMPRuntime.cpp10589 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9005 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
H A DSemaOpenMP.cpp12045 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()