Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtOpenMP.cpp1166 OMPDistributeSimdDirective *OMPDistributeSimdDirective::Create( in Create()
1170 unsigned Size = llvm::alignTo(sizeof(OMPDistributeSimdDirective), in Create()
1176 OMPDistributeSimdDirective *Dir = new (Mem) OMPDistributeSimdDirective( in Create()
1206 OMPDistributeSimdDirective *
1207 OMPDistributeSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1210 unsigned Size = llvm::alignTo(sizeof(OMPDistributeSimdDirective), in CreateEmpty()
1216 return new (Mem) OMPDistributeSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
DStmtProfile.cpp721 const OMPDistributeSimdDirective *S) { in VisitOMPDistributeSimdDirective()
DStmtPrinter.cpp1185 OMPDistributeSimdDirective *Node) { in VisitOMPDistributeSimdDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h2966 class OMPDistributeSimdDirective final : public OMPLoopDirective {
2976 OMPDistributeSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPDistributeSimdDirective() function
2987 explicit OMPDistributeSimdDirective(unsigned CollapsedNum, in OMPDistributeSimdDirective() function
3004 static OMPDistributeSimdDirective *
3015 static OMPDistributeSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2570 DEF_TRAVERSE_STMT(OMPDistributeSimdDirective,
/external/clang/include/clang/Basic/
DStmtNodes.td233 def OMPDistributeSimdDirective : DStmt<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp292 EmitOMPDistributeSimdDirective(cast<OMPDistributeSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2508 void EmitOMPDistributeSimdDirective(const OMPDistributeSimdDirective &S);
DCGStmtOpenMP.cpp1893 const OMPDistributeSimdDirective &S) { in EmitOMPDistributeSimdDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2759 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
3463 S = OMPDistributeSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2464 OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/external/clang/tools/libclang/
DCIndex.cpp1976 void VisitOMPDistributeSimdDirective(const OMPDistributeSimdDirective *D);
2749 const OMPDistributeSimdDirective *D) { in VisitOMPDistributeSimdDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7181 return OMPDistributeSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPDistributeSimdDirective()
DTreeTransform.h7608 OMPDistributeSimdDirective *D) { in TransformOMPDistributeSimdDirective()