Home
last modified time | relevance | path

Searched refs:OMPDistributeDirective (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/lib/AST/
DStmtOpenMP.cpp982 OMPDistributeDirective *OMPDistributeDirective::Create( in Create()
986 unsigned Size = llvm::alignTo(sizeof(OMPDistributeDirective), in Create()
991 OMPDistributeDirective *Dir = new (Mem) in Create()
992 OMPDistributeDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); in Create()
1021 OMPDistributeDirective *
1022 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1024 unsigned Size = llvm::alignTo(sizeof(OMPDistributeDirective), in CreateEmpty()
1029 return new (Mem) OMPDistributeDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp692 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
DStmtPrinter.cpp1161 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2700 class OMPDistributeDirective : public OMPLoopDirective {
2710 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeDirective() function
2721 explicit OMPDistributeDirective(unsigned CollapsedNum, unsigned NumClauses) in OMPDistributeDirective() function
2738 static OMPDistributeDirective *
2750 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2561 DEF_TRAVERSE_STMT(OMPDistributeDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1137 OMPDistributeDirective *OMPDistributeDirective::Create( in Create()
1141 auto *Dir = createDirective<OMPDistributeDirective>( in Create()
1172 OMPDistributeDirective *
1173 OMPDistributeDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()
1175 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
DStmtProfile.cpp1024 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
DStmtPrinter.cpp863 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td230 def OMPDistributeDirective : DStmt<OMPLoopDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3546 class OMPDistributeDirective : public OMPLoopDirective {
3556 OMPDistributeDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeDirective() function
3566 explicit OMPDistributeDirective(unsigned CollapsedNum) in OMPDistributeDirective() function
3582 static OMPDistributeDirective *
3594 static OMPDistributeDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2901 DEF_TRAVERSE_STMT(OMPDistributeDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td260 def OMPDistributeDirective : StmtNode<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCodeGenFunction.h2502 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
2503 void EmitOMPDistributeLoop(const OMPDistributeDirective &S);
2561 const OMPDistributeDirective &S, OMPPrivateScope &LoopScope,
DCGStmtOpenMP.cpp1846 const OMPDistributeDirective &S, OMPPrivateScope &LoopScope, in EmitOMPDistributeOuterLoop()
2620 void CodeGenFunction::EmitOMPDistributeLoop(const OMPDistributeDirective &S) { in EmitOMPDistributeLoop()
2737 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
DCGStmt.cpp278 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2496 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
3366 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
DASTWriterStmt.cpp2430 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2739 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
3438 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
DASTWriterStmt.cpp2439 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp315 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3435 void EmitOMPDistributeDirective(const OMPDistributeDirective &S);
DCGStmtOpenMP.cpp4846 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
/external/clang/tools/libclang/
DCIndex.cpp1971 void VisitOMPDistributeDirective(const OMPDistributeDirective *D);
2734 const OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2085 void VisitOMPDistributeDirective(const OMPDistributeDirective *D);
3021 const OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7082 return OMPDistributeDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeDirective()

12