Searched refs:OMPTargetSimdDirective (Results 1 – 15 of 15) sorted by relevance
/external/llvm-project/clang/lib/AST/ |
D | StmtOpenMP.cpp | 1406 OMPTargetSimdDirective * 1407 OMPTargetSimdDirective::Create(const ASTContext &C, SourceLocation StartLoc, in Create() 1411 auto *Dir = createDirective<OMPTargetSimdDirective>( in Create() 1434 OMPTargetSimdDirective * 1435 OMPTargetSimdDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty() 1437 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
|
D | StmtProfile.cpp | 1063 const OMPTargetSimdDirective *S) { in VisitOMPTargetSimdDirective()
|
D | StmtPrinter.cpp | 898 void StmtPrinter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *Node) { in VisitOMPTargetSimdDirective()
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 3962 class OMPTargetSimdDirective final : public OMPLoopDirective { 3972 OMPTargetSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetSimdDirective() function 3982 explicit OMPTargetSimdDirective(unsigned CollapsedNum) in OMPTargetSimdDirective() function 3998 static OMPTargetSimdDirective * 4009 static OMPTargetSimdDirective *CreateEmpty(const ASTContext &C,
|
D | RecursiveASTVisitor.h | 2916 DEF_TRAVERSE_STMT(OMPTargetSimdDirective,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | StmtNodes.td | 265 def OMPTargetSimdDirective : StmtNode<OMPLoopDirective>;
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 2526 void ASTStmtReader::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective() 3407 S = OMPTargetSimdDirective::CreateEmpty(Context, NumClauses, CollapsedNum, in ReadStmtFromStream()
|
D | ASTWriterStmt.cpp | 2466 void ASTStmtWriter::VisitOMPTargetSimdDirective(OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 3443 void EmitOMPTargetSimdDirective(const OMPTargetSimdDirective &S); 3491 const OMPTargetSimdDirective &S);
|
D | CGStmt.cpp | 336 EmitOMPTargetSimdDirective(cast<OMPTargetSimdDirective>(*S)); in EmitStmt()
|
D | CGStmtOpenMP.cpp | 2834 CodeGenModule &CGM, StringRef ParentName, const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDeviceFunction() 2848 const OMPTargetSimdDirective &S) { in EmitOMPTargetSimdDirective()
|
D | CGOpenMPRuntime.cpp | 10256 CGM, ParentName, cast<OMPTargetSimdDirective>(E)); in scanForTargetRegionsFunctions()
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 2093 void VisitOMPTargetSimdDirective(const OMPTargetSimdDirective *D); 3046 const OMPTargetSimdDirective *D) { in VisitOMPTargetSimdDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | TreeTransform.h | 8867 OMPTargetSimdDirective *D) { in TransformOMPTargetSimdDirective()
|
D | SemaOpenMP.cpp | 11291 return OMPTargetSimdDirective::Create(Context, StartLoc, EndLoc, in ActOnOpenMPTargetSimdDirective()
|