Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp1723 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()
1727 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()
1758 OMPTargetParallelForSimdDirective *
1759 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1763 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1168 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
H A DStmtPrinter.cpp1017 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td275 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h4718 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4728 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4739 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4755 static OMPTargetParallelForSimdDirective *
4766 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3105 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2580 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3563 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2540 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.h3559 const OMPTargetParallelForSimdDirective &S);
3594 const OMPTargetParallelForSimdDirective &S);
H A DCGStmt.cpp361 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp7491 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()
7507 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()
7521 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
H A DCGOpenMPRuntime.cpp10548 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2201 const OMPTargetParallelForSimdDirective *D);
3250 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h9176 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
H A DSemaOpenMP.cpp13958 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()