Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DAttrImpl.cpp89 if (auto *E = getSimdlen()) { in printPrettyPragma()
H A DStmtProfile.cpp470 if (C->getSimdlen()) in VisitOMPSimdlenClause()
471 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
H A DOpenMPClause.cpp1697 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3245 TRY_TO(TraverseStmt(C->getSimdlen()));
H A DOpenMPClause.h853 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); } in getSimdlen() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2363 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()
2645 this->EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in EmitOMPSimdDirective()
H A DCGOpenMPRuntime.cpp11926 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp350 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
H A DTreeTransform.h9445 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
H A DSemaOpenMP.cpp10164 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6244 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2323 Visitor->AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()