Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp90 if (auto *E = getSimdlen()) { in printPrettyPragma()
H A DStmtProfile.cpp490 if (C->getSimdlen()) in VisitOMPSimdlenClause()
491 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
H A DOpenMPClause.cpp1856 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3386 TRY_TO(TraverseStmt(C->getSimdlen()));
H A DOpenMPClause.h946 Expr *getSimdlen() const { return getStmtAs<Expr>(); } in getSimdlen() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2447 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()
2846 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitOMPSimdDirective()
H A DCGOpenMPRuntime.cpp11156 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp371 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
H A DTreeTransform.h10500 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
H A DSemaOpenMP.cpp10393 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7813 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()