Searched defs:Simdlen (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 144 using Simdlen = tomp::clause::SimdlenT<TypeTy, IdTy, ExprTy>; typedef
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 814 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 367 ExprResult Simdlen; instantiateOMPDeclareSimdDeclAttr() local
|
H A D | SemaOpenMP.cpp | 6767 ActOnOpenMPDeclareSimdDirective(DeclGroupPtrTy DG,OMPDeclareSimdDeclAttr::BranchStateTy BS,Expr * Simdlen,ArrayRef<Expr * > Uniforms,ArrayRef<Expr * > Aligneds,ArrayRef<Expr * > Alignments,ArrayRef<Expr * > Linears,ArrayRef<unsigned> LinModifiers,ArrayRef<Expr * > Steps,SourceRange SR) ActOnOpenMPDeclareSimdDirective() argument 10290 const OMPSimdlenClause *Simdlen = nullptr; checkSimdlenSafelenSpecified() local 16012 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); ActOnOpenMPSimdlenClause() local [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5104 applySimd(CanonicalLoopInfo * CanonicalLoop,MapVector<Value *,Value * > AlignedVars,Value * IfCond,OrderKind Order,ConstantInt * Simdlen,ConstantInt * Safelen) applySimd() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2705 llvm::ConstantInt *Simdlen = nullptr; EmitOMPSimdDirective() local
|