Home
last modified time | relevance | path

Searched refs:OMPTargetParallelGenericLoopDirective (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2609 OMPTargetParallelGenericLoopDirective *
2610 OMPTargetParallelGenericLoopDirective::Create( in Create()
2614 auto *Dir = createDirective<OMPTargetParallelGenericLoopDirective>( in Create()
2645 OMPTargetParallelGenericLoopDirective *
2646 OMPTargetParallelGenericLoopDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2650 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()
H A DStmtProfile.cpp1348 const OMPTargetParallelGenericLoopDirective *S) { in VisitOMPTargetParallelGenericLoopDirective()
H A DStmtPrinter.cpp1173 OMPTargetParallelGenericLoopDirective *Node) { in VisitOMPTargetParallelGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td301 def OMPTargetParallelGenericLoopDirective : StmtNode<OMPLoopDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6452 class OMPTargetParallelGenericLoopDirective final : public OMPLoopDirective {
6461 OMPTargetParallelGenericLoopDirective(SourceLocation StartLoc, in OMPTargetParallelGenericLoopDirective() function
6472 explicit OMPTargetParallelGenericLoopDirective(unsigned CollapsedNum) in OMPTargetParallelGenericLoopDirective() function
6488 static OMPTargetParallelGenericLoopDirective *
6500 static OMPTargetParallelGenericLoopDirective *
H A DRecursiveASTVisitor.h3293 DEF_TRAVERSE_STMT(OMPTargetParallelGenericLoopDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2832 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
4049 S = OMPTargetParallelGenericLoopDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2908 OMPTargetParallelGenericLoopDirective *D) { in VisitOMPTargetParallelGenericLoopDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h3943 const OMPTargetParallelGenericLoopDirective &S);
3996 const OMPTargetParallelGenericLoopDirective &S);
H A DCGStmt.cpp452 cast<OMPTargetParallelGenericLoopDirective>(*S)); in EmitStmt()
H A DCGStmtOpenMP.cpp8398 CodeGenFunction &CGF, const OMPTargetParallelGenericLoopDirective &S, in emitTargetParallelGenericLoopRegion()
8415 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDeviceFunction()
8431 const OMPTargetParallelGenericLoopDirective &S) { in EmitOMPTargetParallelGenericLoopDirective()
H A DCGOpenMPRuntime.cpp9902 CGM, ParentName, cast<OMPTargetParallelGenericLoopDirective>(E)); in scanForTargetRegionsFunctions()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10435 OMPTargetParallelGenericLoopDirective *D) { in TransformOMPTargetParallelGenericLoopDirective()
H A DSemaOpenMP.cpp10805 return OMPTargetParallelGenericLoopDirective::Create( in ActOnOpenMPTargetParallelGenericLoopDirective()