Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp1219 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()
DStmtProfile.cpp726 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
DStmtPrinter.cpp1191 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h3034 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,
DRecursiveASTVisitor.h2573 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td234 def OMPTargetParallelForSimdDirective : DStmt<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp296 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2510 const OMPTargetParallelForSimdDirective &S);
DCGStmtOpenMP.cpp1905 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2764 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3471 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2470 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/external/clang/tools/libclang/
DCIndex.cpp1978 const OMPTargetParallelForSimdDirective *D);
2754 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7243 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()
DTreeTransform.h7619 OMPTargetParallelForSimdDirective *D) { in TransformOMPTargetParallelForSimdDirective()