Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/lib/AST/
H A DStmtOpenMP.cpp1109 OMPDistributeParallelForSimdDirective *
1110 OMPDistributeParallelForSimdDirective::Create( in Create()
1114 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForSimdDirective), in Create()
1120 OMPDistributeParallelForSimdDirective *Dir = new (Mem) in Create()
1121 OMPDistributeParallelForSimdDirective(StartLoc, EndLoc, CollapsedNum, in Create()
1151 OMPDistributeParallelForSimdDirective *
1152 OMPDistributeParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1156 unsigned Size = llvm::alignTo(sizeof(OMPDistributeParallelForSimdDirective), in CreateEmpty()
1163 OMPDistributeParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp716 const OMPDistributeParallelForSimdDirective *S) { in VisitOMPDistributeParallelForSimdDirective()
H A DStmtPrinter.cpp1179 OMPDistributeParallelForSimdDirective *Node) { in VisitOMPDistributeParallelForSimdDirective()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtOpenMP.h2897 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
2907 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
2920 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum, in OMPDistributeParallelForSimdDirective() function
2938 static OMPDistributeParallelForSimdDirective *Create(
2949 static OMPDistributeParallelForSimdDirective *CreateEmpty(
H A DRecursiveASTVisitor.h2567 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/aosp_15_r20/external/clang/include/clang/Basic/
H A DStmtNodes.td232 def OMPDistributeParallelForSimdDirective : DStmt<OMPLoopDirective>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtOpenMP.h4657 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4667 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
4678 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum) in OMPDistributeParallelForSimdDirective() function
4694 static OMPDistributeParallelForSimdDirective *Create(
4705 static OMPDistributeParallelForSimdDirective *CreateEmpty(
DStmtNodes.inc236 OMPDISTRIBUTEPARALLELFORSIMDDIRECTIVE(OMPDistributeParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3106 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtOpenMP.h4660 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4670 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
4681 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum) in OMPDistributeParallelForSimdDirective() function
4697 static OMPDistributeParallelForSimdDirective *Create(
4708 static OMPDistributeParallelForSimdDirective *CreateEmpty(
DStmtNodes.inc1364 OMPDISTRIBUTEPARALLELFORSIMDDIRECTIVE(OMPDistributeParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3144 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtOpenMP.h4660 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4670 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
4681 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum) in OMPDistributeParallelForSimdDirective() function
4697 static OMPDistributeParallelForSimdDirective *Create(
4708 static OMPDistributeParallelForSimdDirective *CreateEmpty(
DStmtNodes.inc1364 OMPDISTRIBUTEPARALLELFORSIMDDIRECTIVE(OMPDistributeParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3123 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtOpenMP.h4660 class OMPDistributeParallelForSimdDirective final : public OMPLoopDirective {
4670 OMPDistributeParallelForSimdDirective(SourceLocation StartLoc, in OMPDistributeParallelForSimdDirective() function
4681 explicit OMPDistributeParallelForSimdDirective(unsigned CollapsedNum) in OMPDistributeParallelForSimdDirective() function
4697 static OMPDistributeParallelForSimdDirective *Create(
4708 static OMPDistributeParallelForSimdDirective *CreateEmpty(
DStmtNodes.inc1364 OMPDISTRIBUTEPARALLELFORSIMDDIRECTIVE(OMPDistributeParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3123 DEF_TRAVERSE_STMT(OMPDistributeParallelForSimdDirective,
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-statnodes/gen/clang/AST/
DStmtNodes.inc911 OMPDISTRIBUTEPARALLELFORSIMDDIRECTIVE(OMPDistributeParallelForSimdDirective, OMPLoopDirective)
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp289 cast<OMPDistributeParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h2507 const OMPDistributeParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp1881 const OMPDistributeParallelForSimdDirective &S) { in EmitOMPDistributeParallelForSimdDirective()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2754 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
3454 S = OMPDistributeParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2458 OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp1975 const OMPDistributeParallelForSimdDirective *D);
2744 const OMPDistributeParallelForSimdDirective *D) { in VisitOMPDistributeParallelForSimdDirective()

12