Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h814 Expr *Simdlen, ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp752 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
760 parseDeclareSimdClauses(*this, BS, Simdlen, Uniforms, Aligneds, in ParseOMPDeclareSimdClauses()
768 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears, in ParseOMPDeclareSimdClauses()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1274 ConstantInt *Simdlen, ConstantInt *Safelen);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp370 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
372 Simdlen = Subst(E); in instantiateOMPDeclareSimdDeclAttr()
410 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
H A DSemaOpenMP.cpp6698 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective() argument
6728 if (Simdlen) in ActOnOpenMPDeclareSimdDirective()
6729 SL = VerifyPositiveIntegerConstantInClause(Simdlen, OMPC_simdlen); in ActOnOpenMPDeclareSimdDirective()
10381 const OMPSimdlenClause *Simdlen = nullptr; in checkSimdlenSafelenSpecified() local
10387 Simdlen = cast<OMPSimdlenClause>(Clause); in checkSimdlenSafelenSpecified()
10388 if (Safelen && Simdlen) in checkSimdlenSafelenSpecified()
10392 if (Simdlen && Safelen) { in checkSimdlenSafelenSpecified()
10393 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
16084 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause() local
16085 if (Simdlen.isInvalid()) in ActOnOpenMPSimdlenClause()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5485 ConstantInt *Simdlen, ConstantInt *Safelen) { in applySimd() argument
5567 if (Simdlen || Safelen) { in applySimd()
5571 ConstantInt *VectorizeWidth = Simdlen == nullptr ? Safelen : Simdlen; in applySimd()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2844 llvm::ConstantInt *Simdlen = nullptr; in emitOMPSimdDirective() local
2849 Simdlen = Val; in emitOMPSimdDirective()
2867 /*IfCond*/ nullptr, Order, Simdlen, Safelen); in emitOMPSimdDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td4599 ExprArgument<"Simdlen">, VariadicExprArgument<"Uniforms">,