Searched refs:Simdlen (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 804 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 D | OMPIRBuilder.h | 1155 omp::OrderKind Order, ConstantInt *Simdlen,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3638 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 D | SemaTemplateInstantiateDecl.cpp | 362 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local 364 Simdlen = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 402 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
|
| H A D | SemaOpenMP.cpp | 6990 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 D | CGStmtOpenMP.cpp | 2683 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 D | Attr.td | 4034 ExprArgument<"Simdlen">, VariadicExprArgument<"Uniforms">,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12066 Expr *Simdlen, ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds,
|