Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DAttrImpl.cpp89 if (auto *E = getSimdlen()) { in printPrettyPragma()
DStmtProfile.cpp461 if (C->getSimdlen()) in VisitOMPSimdlenClause()
462 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
DOpenMPClause.cpp1619 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DRecursiveASTVisitor.h3102 TRY_TO(TraverseStmt(C->getSimdlen()));
DOpenMPClause.h777 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); } in getSimdlen() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp328 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
DTreeTransform.h9218 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
DSemaOpenMP.cpp9631 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6049 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp2336 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()
DCGOpenMPRuntime.cpp11938 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()