Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
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()
DStmtProfile.cpp726 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
DStmtPrinter.cpp1191 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/external/clang/include/clang/AST/
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,
DRecursiveASTVisitor.h2573 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/external/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp1360 OMPTargetParallelForSimdDirective *OMPTargetParallelForSimdDirective::Create( in Create()
1364 auto *Dir = createDirective<OMPTargetParallelForSimdDirective>( in Create()
1395 OMPTargetParallelForSimdDirective *
1396 OMPTargetParallelForSimdDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
1400 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
DStmtProfile.cpp1058 const OMPTargetParallelForSimdDirective *S) { in VisitOMPTargetParallelForSimdDirective()
DStmtPrinter.cpp893 OMPTargetParallelForSimdDirective *Node) { in VisitOMPTargetParallelForSimdDirective()
/external/clang/include/clang/Basic/
DStmtNodes.td234 def OMPTargetParallelForSimdDirective : DStmt<OMPLoopDirective>;
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h3895 class OMPTargetParallelForSimdDirective final : public OMPLoopDirective {
3905 OMPTargetParallelForSimdDirective(SourceLocation StartLoc, in OMPTargetParallelForSimdDirective() function
3916 explicit OMPTargetParallelForSimdDirective(unsigned CollapsedNum) in OMPTargetParallelForSimdDirective() function
3932 static OMPTargetParallelForSimdDirective *
3943 static OMPTargetParallelForSimdDirective *CreateEmpty(const ASTContext &C,
DRecursiveASTVisitor.h2913 DEF_TRAVERSE_STMT(OMPTargetParallelForSimdDirective,
/external/llvm-project/clang/include/clang/Basic/
DStmtNodes.td264 def OMPTargetParallelForSimdDirective : StmtNode<OMPLoopDirective>;
/external/clang/lib/CodeGen/
DCGStmt.cpp296 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
DCodeGenFunction.h2510 const OMPTargetParallelForSimdDirective &S);
DCGStmtOpenMP.cpp1905 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
/external/llvm-project/clang/lib/Serialization/
DASTReaderStmt.cpp2522 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3399 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2461 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h3442 const OMPTargetParallelForSimdDirective &S);
3475 const OMPTargetParallelForSimdDirective &S);
DCGStmt.cpp333 cast<OMPTargetParallelForSimdDirective>(*S)); in EmitStmt()
DCGStmtOpenMP.cpp6345 const OMPTargetParallelForSimdDirective &S, in emitTargetParallelForSimdRegion()
6361 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDeviceFunction()
6375 const OMPTargetParallelForSimdDirective &S) { in EmitOMPTargetParallelForSimdDirective()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2764 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
3471 S = OMPTargetParallelForSimdDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
DASTWriterStmt.cpp2470 OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/external/clang/tools/libclang/
DCIndex.cpp1978 const OMPTargetParallelForSimdDirective *D);
2754 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2092 const OMPTargetParallelForSimdDirective *D);
3041 const OMPTargetParallelForSimdDirective *D) { in VisitOMPTargetParallelForSimdDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp7243 return OMPTargetParallelForSimdDirective::Create( in ActOnOpenMPTargetParallelForSimdDirective()

12