Searched refs:OMPForSimdDirective (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 358 OMPForSimdDirective * 359 OMPForSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 363 auto *Dir = createDirective<OMPForSimdDirective>( in Create() 393 OMPForSimdDirective *OMPForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 397 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty()
|
H A D | StmtProfile.cpp | 915 void StmtProfiler::VisitOMPForSimdDirective(const OMPForSimdDirective *S) { in VisitOMPForSimdDirective()
|
H A D | StmtPrinter.cpp | 676 void StmtPrinter::VisitOMPForSimdDirective(OMPForSimdDirective *Node) { in VisitOMPForSimdDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 1622 class OMPForSimdDirective : public OMPLoopDirective { 1631 OMPForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPForSimdDirective() function 1640 explicit OMPForSimdDirective(unsigned CollapsedNum) in OMPForSimdDirective() function 1655 static OMPForSimdDirective * 1667 static OMPForSimdDirective *CreateEmpty(const ASTContext &C,
|
H A D | RecursiveASTVisitor.h | 2831 DEF_TRAVERSE_STMT(OMPForSimdDirective,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | StmtNodes.td | 227 def OMPForSimdDirective : StmtNode<OMPLoopDirective>;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 2319 void ASTStmtReader::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective() 3201 S = OMPForSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
H A D | ASTWriterStmt.cpp | 2220 void ASTStmtWriter::VisitOMPForSimdDirective(OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 215 EmitOMPForSimdDirective(cast<OMPForSimdDirective>(*S)); in EmitStmt()
|
H A D | CodeGenFunction.h | 3445 void EmitOMPForSimdDirective(const OMPForSimdDirective &S);
|
H A D | CGStmtOpenMP.cpp | 3620 void CodeGenFunction::EmitOMPForSimdDirective(const OMPForSimdDirective &S) { in EmitOMPForSimdDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 2049 void VisitOMPForSimdDirective(const OMPForSimdDirective *D); 2903 void EnqueueVisitor::VisitOMPForSimdDirective(const OMPForSimdDirective *D) { in VisitOMPForSimdDirective()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 8530 TreeTransform<Derived>::TransformOMPForSimdDirective(OMPForSimdDirective *D) { in TransformOMPForSimdDirective()
|
H A D | SemaOpenMP.cpp | 9737 return OMPForSimdDirective::Create(Context, StartLoc, EndLoc, NestedLoopCount, in ActOnOpenMPForSimdDirective()
|