Home
last modified time | relevance | path

Searched refs:Simdlen (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp814 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
822 parseDeclareSimdClauses(*this, BS, Simdlen, Uniforms, Aligneds, in ParseOMPDeclareSimdClauses()
830 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears, in ParseOMPDeclareSimdClauses()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h789 Expr *Simdlen, ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds,
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1182 omp::OrderKind Order, ConstantInt *Simdlen,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp367 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
369 Simdlen = Subst(E); in instantiateOMPDeclareSimdDeclAttr()
407 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
H A DSemaOpenMP.cpp6772 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective() argument
6802 if (Simdlen) in ActOnOpenMPDeclareSimdDirective()
6803 SL = VerifyPositiveIntegerConstantInClause(Simdlen, OMPC_simdlen); in ActOnOpenMPDeclareSimdDirective()
10293 const OMPSimdlenClause *Simdlen = nullptr; in checkSimdlenSafelenSpecified() local
10299 Simdlen = cast<OMPSimdlenClause>(Clause); in checkSimdlenSafelenSpecified()
10300 if (Safelen && Simdlen) in checkSimdlenSafelenSpecified()
10304 if (Simdlen && Safelen) { in checkSimdlenSafelenSpecified()
10305 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
15526 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause() local
15527 if (Simdlen.isInvalid()) in ActOnOpenMPSimdlenClause()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5170 ConstantInt *Simdlen, ConstantInt *Safelen) { in applySimd() argument
5256 if (Simdlen || Safelen) { in applySimd()
5260 ConstantInt *VectorizeWidth = Simdlen == nullptr ? Safelen : Simdlen; in applySimd()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2710 llvm::ConstantInt *Simdlen = nullptr; in EmitOMPSimdDirective() local
2716 Simdlen = Val; in EmitOMPSimdDirective()
2735 /*IfCond*/ nullptr, Order, Simdlen, Safelen); in EmitOMPSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4248 ExprArgument<"Simdlen">, VariadicExprArgument<"Uniforms">,