Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp804 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
812 parseDeclareSimdClauses(*this, BS, Simdlen, Uniforms, Aligneds, in ParseOMPDeclareSimdClauses()
820 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears, in ParseOMPDeclareSimdClauses()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1155 omp::OrderKind Order, ConstantInt *Simdlen,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3638 ConstantInt *Simdlen, ConstantInt *Safelen) { in applySimd() argument
3724 if (Simdlen || Safelen) { in applySimd()
3728 ConstantInt *VectorizeWidth = Simdlen == nullptr ? Safelen : Simdlen; in applySimd()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp362 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
364 Simdlen = Subst(E); in instantiateOMPDeclareSimdDeclAttr()
402 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
H A DSemaOpenMP.cpp6990 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective() argument
7020 if (Simdlen) in ActOnOpenMPDeclareSimdDirective()
7021 SL = VerifyPositiveIntegerConstantInClause(Simdlen, OMPC_simdlen); in ActOnOpenMPDeclareSimdDirective()
10448 const OMPSimdlenClause *Simdlen = nullptr; in checkSimdlenSafelenSpecified() local
10454 Simdlen = cast<OMPSimdlenClause>(Clause); in checkSimdlenSafelenSpecified()
10455 if (Safelen && Simdlen) in checkSimdlenSafelenSpecified()
10459 if (Simdlen && Safelen) { in checkSimdlenSafelenSpecified()
10460 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
16789 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause() local
16790 if (Simdlen.isInvalid()) in ActOnOpenMPSimdlenClause()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2683 llvm::ConstantInt *Simdlen = nullptr; in EmitOMPSimdDirective() local
2689 Simdlen = Val; in EmitOMPSimdDirective()
2708 /*IfCond*/ nullptr, Order, Simdlen, Safelen); in EmitOMPSimdDirective()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4034 ExprArgument<"Simdlen">, VariadicExprArgument<"Uniforms">,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12066 Expr *Simdlen, ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds,