Searched refs:OMPDistributeDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 982 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()
|
D | StmtProfile.cpp | 692 const OMPDistributeDirective *S) { in VisitOMPDistributeDirective()
|
D | StmtPrinter.cpp | 1161 void StmtPrinter::VisitOMPDistributeDirective(OMPDistributeDirective *Node) { in VisitOMPDistributeDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 2700 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,
|
D | RecursiveASTVisitor.h | 2561 DEF_TRAVERSE_STMT(OMPDistributeDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 230 def OMPDistributeDirective : DStmt<OMPLoopDirective>;
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 2502 void EmitOMPDistributeDirective(const OMPDistributeDirective &S); 2503 void EmitOMPDistributeLoop(const OMPDistributeDirective &S); 2561 const OMPDistributeDirective &S, OMPPrivateScope &LoopScope,
|
D | CGStmtOpenMP.cpp | 1846 const OMPDistributeDirective &S, OMPPrivateScope &LoopScope, in EmitOMPDistributeOuterLoop() 2620 void CodeGenFunction::EmitOMPDistributeLoop(const OMPDistributeDirective &S) { in EmitOMPDistributeLoop() 2737 const OMPDistributeDirective &S) { in EmitOMPDistributeDirective()
|
D | CGStmt.cpp | 278 EmitOMPDistributeDirective(cast<OMPDistributeDirective>(*S)); in EmitStmt()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2739 void ASTStmtReader::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective() 3438 S = OMPDistributeDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2439 void ASTStmtWriter::VisitOMPDistributeDirective(OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1971 void VisitOMPDistributeDirective(const OMPDistributeDirective *D); 2734 const OMPDistributeDirective *D) { in VisitOMPDistributeDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7082 return OMPDistributeDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeDirective()
|
D | TreeTransform.h | 7574 OMPDistributeDirective *D) { in TransformOMPDistributeDirective()
|