Searched refs:OMPTargetParallelForDirective (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 826 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 D | StmtProfile.cpp | 1026 const OMPTargetParallelForDirective *S) { in VisitOMPTargetParallelForDirective()
|
H A D | StmtPrinter.cpp | 813 OMPTargetParallelForDirective *Node) { in VisitOMPTargetParallelForDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3149 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 D | RecursiveASTVisitor.h | 2914 DEF_TRAVERSE_STMT(OMPTargetParallelForDirective,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 252 def OMPTargetParallelForDirective : StmtNode<OMPExecutableDirective>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2457 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective() 3333 S = OMPTargetParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2335 OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1335 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 D | CodeGenFunction.h | 3473 EmitOMPTargetParallelForDirective(const OMPTargetParallelForDirective &S); 3524 const OMPTargetParallelForDirective &S);
|
H A D | CGStmt.cpp | 299 EmitOMPTargetParallelForDirective(cast<OMPTargetParallelForDirective>(*S)); in EmitStmt()
|
H A D | CGOpenMPRuntime.cpp | 1265 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 D | CIndex.cpp | 2078 VisitOMPTargetParallelForDirective(const OMPTargetParallelForDirective *D); 3017 const OMPTargetParallelForDirective *D) { in VisitOMPTargetParallelForDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 8804 OMPTargetParallelForDirective *D) { in TransformOMPTargetParallelForDirective()
|
H A D | SemaOpenMP.cpp | 11239 return OMPTargetParallelForDirective::Create( in ActOnOpenMPTargetParallelForDirective()
|