Searched refs:OMPTargetParallelForSimdDirective (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/AST/ |
D | StmtOpenMP.cpp | 1219 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create() 1223 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForSimdDirective), in Create() 1229 OMPTargetParallelForSimdDirective *Dir = in Create() 1230 new (Mem) OMPTargetParallelForSimdDirective(StartLoc, EndLoc, in Create() 1260 OMPTargetParallelForSimdDirective * 1261 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 1265 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForSimdDirective), in CreateEmpty() 1271 return new (Mem) OMPTargetParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
|
D | StmtProfile.cpp | 726 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
|
D | StmtPrinter.cpp | 1191 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 3034 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective { 3044 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForSimdDirective() function 3055 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum, in OMPTargetParallelForSimdDirective() function 3072 static OMPTargetParallelForSimdDirective * 3083 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2573 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
|
/external/clang/include/clang/Basic/ |
D | StmtNodes.td | 234 def OMPTargetParallelForSimdDirective : DStmt<OMPLoopDirective>;
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 296 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
|
D | CodeGenFunction.h | 2510 const OMPTargetParallelForSimdDirective &S);
|
D | CGStmtOpenMP.cpp | 1905 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2764 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective() 3471 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2470 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1978 const OMPTargetParallelForSimdDirective *D); 2754 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 7243 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()
|
D | TreeTransform.h | 7619 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()
|