Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DAttrImpl.cpp90 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.cpp1710 Node->getSimdlen()->printPretty(OS, nullptr, Policy, 0); in VisitOMPSimdlenClause()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRecursiveASTVisitor.h3247 TRY_TO(TraverseStmt(C->getSimdlen()));
H A DOpenMPClause.h776 Expr *getSimdlen() const { return getStmtAs<Expr>(); } in getSimdlen() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2371 RValue Len = CGF.EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in emitSimdlenSafelenClause()
2686 this->EmitAnyExpr(C->getSimdlen(), AggValueSlot::ignored(), in EmitOMPSimdDirective()
H A DCGOpenMPRuntime.cpp11538 const Expr *VLENExpr = Attr->getSimdlen(); in emitDeclareSimdFunction()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp351 if (auto *E = Attr.getSimdlen()) in instantiateOMPDeclareSimdDeclAttr()
H A DTreeTransform.h9566 ExprResult E = getDerived().TransformExpr(C->getSimdlen()); in TransformOMPSimdlenClause()
H A DSemaOpenMP.cpp10247 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp6416 Record.AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2331 Visitor->AddStmt(C->getSimdlen()); in VisitOMPSimdlenClause()