Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp1424 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()
1428 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()
1459 OMPTargetParallelForSimdDirective *
1460 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1464 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
H A DStmtProfile.cpp1107 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
H A DStmtPrinter.cpp901 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h4188 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4198 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4209 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4225 static OMPTargetParallelForSimdDirective *
4236 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2953 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td267 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2537 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3441 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2478 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.h3495 const OMPTargetParallelForSimdDirective &S);
3528 const OMPTargetParallelForSimdDirective &S);
H A DCGStmt.cpp341 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp6778 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()
6794 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()
6808 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
H A DCGOpenMPRuntime.cpp10397 CGM, ParentName, cast<OMPTargetParallelForSimdDirective>(E)); in scanForTargetRegionsFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2096 const OMPTargetParallelForSimdDirective *D);
3084 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8971 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
H A DSemaOpenMP.cpp12026 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()