Home
last modified time | relevance | path

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

/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/clang/include/clang/Basic/
DStmtNodes.td230 def OMPDistributeDirective : DStmt<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/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/clang/tools/libclang/
DCIndex.cpp1971 void VisitOMPDistributeDirective(const OMPDistributeDirective *D);
2734 const OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7082 return OMPDistributeDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeDirective()
DTreeTransform.h7574 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()