Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtOpenMP.cpp826 OMPTargetParallelForDirective *OMPTargetParallelForDirective::Create( in Create()
830 auto *Dir = createDirective<OMPTargetParallelForDirective>( in Create()
863 OMPTargetParallelForDirective *
864 OMPTargetParallelForDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
867 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
H A DStmtProfile.cpp1026 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
H A DStmtPrinter.cpp813 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h3149 class OMPTargetParallelForDirective : public OMPLoopDirective {
3162 OMPTargetParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForDirective() function
3172 explicit OMPTargetParallelForDirective(unsigned CollapsedNum) in OMPTargetParallelForDirective() function
3200 static OMPTargetParallelForDirective *
3213 static OMPTargetParallelForDirective *CreateEmpty(const ASTContext &C,
3224 return const_cast<OMPTargetParallelForDirective *>(this) in getTaskReductionRefExpr()
H A DRecursiveASTVisitor.h2914 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DStmtNodes.td252 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2457 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
3333 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2335 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1335 cast<OMPTargetParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()
6737 const OMPTargetParallelForDirective &S, in emitTargetParallelForRegion()
6755 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDeviceFunction()
6769 const OMPTargetParallelForDirective &S) { in EmitOMPTargetParallelForDirective()
H A DCodeGenFunction.h3473 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S);
3524 const OMPTargetParallelForDirective &S);
H A DCGStmt.cpp299 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
H A DCGOpenMPRuntime.cpp1265 else if (const auto *OPFD = dyn_cast<OMPTargetParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
10393 CGM, ParentName, cast<OMPTargetParallelForDirective>(E)); in scanForTargetRegionsFunctions()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2078 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D);
3017 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h8804 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
H A DSemaOpenMP.cpp11239 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()