Home
last modified time | relevance | path

Searched refs:getSimdlen (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/clang/lib/AST/
DAttrImpl.cpp80 if (auto *E = getSimdlen()) { in printPrettyPragma()
DStmtProfile.cpp460 if (C->getSimdlen()) in VisitOMPSimdlenClause()
461 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
DOpenMPClause.cpp1530 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
/external/clang/lib/AST/
DStmtProfile.cpp310 if (C->getSimdlen()) in VisitOMPSimdlenClause()
311 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
DStmtPrinter.cpp632 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5498 checkSimdlenSafelenValues(*this, Simdlen->getSimdlen(), in ActOnOpenMPSimdDirective()
5589 checkSimdlenSafelenValues(*this, Simdlen->getSimdlen(), in ActOnOpenMPForSimdDirective()
5848 checkSimdlenSafelenValues(*this, Simdlen->getSimdlen(), in ActOnOpenMPParallelForSimdDirective()
7238 checkSimdlenSafelenValues(*this, Simdlen->getSimdlen(), in ActOnOpenMPTargetParallelForSimdDirective()
DSemaTemplateInstantiateDecl.cpp266 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
DTreeTransform.h7674 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h2637 TRY_TO(TraverseStmt(C->getSimdlen()));
DOpenMPClause.h481 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); } in getSimdlen() function
/external/llvm-project/clang/include/clang/AST/
DRecursiveASTVisitor.h3025 TRY_TO(TraverseStmt(C->getSimdlen()));
DOpenMPClause.h777 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); } in getSimdlen() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1821 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
/external/clang/include/clang/Basic/
DAttr.td2335 if (auto *E = getSimdlen()) {
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1514 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()
DCGOpenMPRuntime.cpp6480 if (const Expr *VLEN = Attr->getSimdlen()) in emitDeclareSimdFunction()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp326 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
DTreeTransform.h9037 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
DSemaOpenMP.cpp8876 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6270 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
/external/clang/tools/libclang/
DCIndex.cpp2081 Visitor->AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2160 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()
DCGOpenMPRuntime.cpp11607 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp2213 Visitor->AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()