Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp1738 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()
1742 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()
1773 OMPTargetParallelForSimdDirective *
1774 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1778 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1186 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
H A DStmtPrinter.cpp1023 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DStmtNodes.td276 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h4719 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4729 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4740 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4756 static OMPTargetParallelForSimdDirective *
4767 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3103 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp2627 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3615 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2581 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h3562 const OMPTargetParallelForSimdDirective &S);
3597 const OMPTargetParallelForSimdDirective &S);
H A DCGStmt.cpp365 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp7467 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()
7483 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()
7497 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
H A DCGOpenMPRuntime.cpp10159 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2209 const OMPTargetParallelForSimdDirective *D);
3276 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9297 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
H A DSemaOpenMP.cpp14098 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()