Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h732 omp::OrderKind Order, ConstantInt *Simdlen,
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp803 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
811 parseDeclareSimdClauses(*this, BS, Simdlen, Uniforms, Aligneds, in ParseOMPDeclareSimdClauses()
819 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears, in ParseOMPDeclareSimdClauses()
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3059 ConstantInt *Simdlen, ConstantInt *Safelen) { in applySimd() argument
3145 if (Simdlen || Safelen) { in applySimd()
3149 ConstantInt *VectorizeWidth = Simdlen == nullptr ? Safelen : Simdlen; in applySimd()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp350 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
352 Simdlen = Subst(E); in instantiateOMPDeclareSimdDeclAttr()
390 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(), in instantiateOMPDeclareSimdDeclAttr()
H A DSemaOpenMP.cpp6839 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective() argument
6869 if (Simdlen) in ActOnOpenMPDeclareSimdDirective()
6870 SL = VerifyPositiveIntegerConstantInClause(Simdlen, OMPC_simdlen); in ActOnOpenMPDeclareSimdDirective()
10235 const OMPSimdlenClause *Simdlen = nullptr; in checkSimdlenSafelenSpecified() local
10241 Simdlen = cast<OMPSimdlenClause>(Clause); in checkSimdlenSafelenSpecified()
10242 if (Safelen && Simdlen) in checkSimdlenSafelenSpecified()
10246 if (Simdlen && Safelen) { in checkSimdlenSafelenSpecified()
10247 const Expr *SimdlenLength = Simdlen->getSimdlen(); in checkSimdlenSafelenSpecified()
16491 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause() local
16492 if (Simdlen.isInvalid()) in ActOnOpenMPSimdlenClause()
[all …]
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttr.td3760 ExprArgument<"Simdlen">, VariadicExprArgument<"Uniforms">,
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h11678 Expr *Simdlen, ArrayRef<Expr *> Uniforms, ArrayRef<Expr *> Aligneds,