Searched defs:Simdlen (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 804 ExprResult Simdlen; ParseOMPDeclareSimdClauses() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 362 ExprResult Simdlen; instantiateOMPDeclareSimdDeclAttr() local
|
H A D | SemaOpenMP.cpp | 6990 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 10448 const OMPSimdlenClause *Simdlen = nullptr; checkSimdlenSafelenSpecified() local 16789 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); ActOnOpenMPSimdlenClause() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3638 applySimd(CanonicalLoopInfo * CanonicalLoop,MapVector<Value *,Value * > AlignedVars,Value * IfCond,OrderKind Order,ConstantInt * Simdlen,ConstantInt * Safelen) applySimd() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2683 llvm::ConstantInt *Simdlen = nullptr; EmitOMPSimdDirective() local
|