Home
last modified time | relevance | path

Searched refs:OMPParallelForSimdDirective (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/clang/lib/AST/
H A DStmtOpenMP.cpp398 OMPParallelForSimdDirective *OMPParallelForSimdDirective::Create( in Create()
402 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective), in Create()
407 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( in Create()
437 OMPParallelForSimdDirective *
438 OMPParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
441 unsigned Size = llvm::alignTo(sizeof(OMPParallelForSimdDirective), in CreateEmpty()
446 return new (Mem) OMPParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp600 const OMPParallelForSimdDirective *S) { in VisitOMPParallelForSimdDirective()
H A DStmtPrinter.cpp1047 OMPParallelForSimdDirective *Node) { in VisitOMPParallelForSimdDirective()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtOpenMP.h1382 class OMPParallelForSimdDirective : public OMPLoopDirective {
1391 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
1402 explicit OMPParallelForSimdDirective(unsigned CollapsedNum, in OMPParallelForSimdDirective() function
1419 static OMPParallelForSimdDirective *
1431 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2495 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/aosp_15_r20/external/clang/include/clang/Basic/
H A DStmtNodes.td208 def OMPParallelForSimdDirective : DStmt<OMPLoopDirective>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtOpenMP.h2260 class OMPParallelForSimdDirective : public OMPLoopDirective {
2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2295 static OMPParallelForSimdDirective *
2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DStmtNodes.inc296 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h2998 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtOpenMP.h2260 class OMPParallelForSimdDirective : public OMPLoopDirective {
2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2295 static OMPParallelForSimdDirective *
2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DStmtNodes.inc1304 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3036 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtOpenMP.h2260 class OMPParallelForSimdDirective : public OMPLoopDirective {
2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2295 static OMPParallelForSimdDirective *
2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DStmtNodes.inc1304 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3015 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtOpenMP.h2260 class OMPParallelForSimdDirective : public OMPLoopDirective {
2269 OMPParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForSimdDirective() function
2279 explicit OMPParallelForSimdDirective(unsigned CollapsedNum) in OMPParallelForSimdDirective() function
2295 static OMPParallelForSimdDirective *
2307 static OMPParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DStmtNodes.inc1304 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3015 DEF_TRAVERSE_STMT(OMPParallelForSimdDirective,
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-statnodes/gen/clang/AST/
DStmtNodes.inc941 OMPPARALLELFORSIMDDIRECTIVE(OMPParallelForSimdDirective, OMPLoopDirective)
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp215 EmitOMPParallelForSimdDirective(cast<OMPParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h2477 void EmitOMPParallelForSimdDirective(const OMPParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp2384 const OMPParallelForSimdDirective &S) { in EmitOMPParallelForSimdDirective()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2601 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
3321 S = OMPParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2288 OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp1948 void VisitOMPParallelForSimdDirective(const OMPParallelForSimdDirective *D);
2639 const OMPParallelForSimdDirective *D) { in VisitOMPParallelForSimdDirective()

12