Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DAttrImpl.cpp89 if (auto *E = getSimdlen()) { in printPrettyPragma()
H A DStmtProfile.cpp461 if (C->getSimdlen()) in VisitOMPSimdlenClause()
462 Profiler->VisitStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
H A DOpenMPClause.cpp1589 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3073 TRY_TO(TraverseStmt(C->getSimdlen()));
H A DOpenMPClause.h777 Expr *getSimdlen() const { return cast_or_null<Expr>(Simdlen); } in getSimdlen() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp326 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
H A DTreeTransform.h9184 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
H A DSemaOpenMP.cpp9597 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp6049 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2329 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()
H A DCGOpenMPRuntime.cpp11778 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp2218 Visitor->AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()