Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/clang/lib/AST/
H A DStmtOpenMP.cpp1219 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()
1223 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForSimdDirective), in Create()
1229 OMPTargetParallelForSimdDirective *Dir = in Create()
1230 new (Mem) OMPTargetParallelForSimdDirective(StartLoc, EndLoc, in Create()
1260 OMPTargetParallelForSimdDirective *
1261 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1265 unsigned Size = llvm::alignTo(sizeof(OMPTargetParallelForSimdDirective), in CreateEmpty()
1271 return new (Mem) OMPTargetParallelForSimdDirective(CollapsedNum, NumClauses); in CreateEmpty()
H A DStmtProfile.cpp726 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
H A DStmtPrinter.cpp1191 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/aosp_15_r20/external/clang/include/clang/AST/
H A DStmtOpenMP.h3034 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
3044 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPTargetParallelForSimdDirective() function
3055 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum, in OMPTargetParallelForSimdDirective() function
3072 static OMPTargetParallelForSimdDirective *
3083 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2573 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/aosp_15_r20/external/clang/include/clang/Basic/
H A DStmtNodes.td234 def OMPTargetParallelForSimdDirective : DStmt<OMPLoopDirective>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DStmtOpenMP.h4788 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4798 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4809 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4825 static OMPTargetParallelForSimdDirective *
4836 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DStmtNodes.inc338 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3112 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DStmtOpenMP.h4791 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4801 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4812 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4828 static OMPTargetParallelForSimdDirective *
4839 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DStmtNodes.inc1262 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3150 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DStmtOpenMP.h4791 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4801 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4812 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4828 static OMPTargetParallelForSimdDirective *
4839 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DStmtNodes.inc1262 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3129 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DStmtOpenMP.h4791 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
4801 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
4812 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
4828 static OMPTargetParallelForSimdDirective *
4839 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DStmtNodes.inc1262 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
DRecursiveASTVisitor.h3129 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/aosp_15_r20/out/soong/.intermediates/external/clang/clang-gen-statnodes/gen/clang/AST/
DStmtNodes.inc953 OMPTARGETPARALLELFORSIMDDIRECTIVE(OMPTargetParallelForSimdDirective, OMPLoopDirective)
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp296 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h2510 const OMPTargetParallelForSimdDirective &S);
H A DCGStmtOpenMP.cpp1905 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2764 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3471 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
H A DASTWriterStmt.cpp2470 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp1978 const OMPTargetParallelForSimdDirective *D);
2754 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()

12