Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1666 OMPTargetTeamsDistributeDirective *OMPTargetTeamsDistributeDirective::Create( in Create()
1670 auto *Dir = createDirective<OMPTargetTeamsDistributeDirective>( in Create()
1701 OMPTargetTeamsDistributeDirective *
1702 OMPTargetTeamsDistributeDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1706 return createEmptyDirective<OMPTargetTeamsDistributeDirective>( in CreateEmpty()
DStmtProfile.cpp1093 const OMPTargetTeamsDistributeDirective *S) { in VisitOMPTargetTeamsDistributeDirective()
DStmtPrinter.cpp933 OMPTargetTeamsDistributeDirective *Node) { in VisitOMPTargetTeamsDistributeDirective()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h4377 class OMPTargetTeamsDistributeDirective final : public OMPLoopDirective {
4387 OMPTargetTeamsDistributeDirective(SourceLocation StartLoc, in OMPTargetTeamsDistributeDirective() function
4398 explicit OMPTargetTeamsDistributeDirective(unsigned CollapsedNum) in OMPTargetTeamsDistributeDirective() function
4414 static OMPTargetTeamsDistributeDirective *
4425 static OMPTargetTeamsDistributeDirective *
DRecursiveASTVisitor.h2934 DEF_TRAVERSE_STMT(OMPTargetTeamsDistributeDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td271 def OMPTargetTeamsDistributeDirective : StmtNode<OMPLoopDirective>;
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2557 OMPTargetTeamsDistributeDirective *D) { in VisitOMPTargetTeamsDistributeDirective()
3452 S = OMPTargetTeamsDistributeDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2503 OMPTargetTeamsDistributeDirective *D) { in VisitOMPTargetTeamsDistributeDirective()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h3453 const OMPTargetTeamsDistributeDirective &S);
3483 const OMPTargetTeamsDistributeDirective &S);
DCGStmt.cpp358 cast<OMPTargetTeamsDistributeDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp5669 const OMPTargetTeamsDistributeDirective &S) { in emitTargetTeamsDistributeRegion()
5693 const OMPTargetTeamsDistributeDirective &S) { in EmitOMPTargetTeamsDistributeDeviceFunction()
5706 const OMPTargetTeamsDistributeDirective &S) { in EmitOMPTargetTeamsDistributeDirective()
DCGOpenMPRuntime.cpp10240 CGM, ParentName, cast<OMPTargetTeamsDistributeDirective>(E)); in scanForTargetRegionsFunctions()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2103 const OMPTargetTeamsDistributeDirective *D);
3076 const OMPTargetTeamsDistributeDirective *D) { in VisitOMPTargetTeamsDistributeDirective()
/external/llvm-project/clang/lib/Sema/
DTreeTransform.h8934 OMPTargetTeamsDistributeDirective *D) { in TransformOMPTargetTeamsDistributeDirective()
DSemaOpenMP.cpp11582 return OMPTargetTeamsDistributeDirective::Create( in ActOnOpenMPTargetTeamsDistributeDirective()