Searched defs:Alignments (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 579 findAlignmentLowerBound(const SmallVectorImpl<LayoutAlignElem> &Alignments, in findAlignmentLowerBound() argument 599 SmallVectorImpl<LayoutAlignElem> *Alignments; in setAlignment() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 325 std::array<CharUnits, N> Alignments, in getParamAddrs() argument 486 std::array<CharUnits, N> Alignments; in callFunc() local 834 std::array<CharUnits, N> Alignments, CodeGenModule &CGM) { in getSpecialFunction() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 714 parseDeclareSimdClauses(Parser & P,OMPDeclareSimdDeclAttr::BranchStateTy & BS,ExprResult & SimdLen,SmallVectorImpl<Expr * > & Uniforms,SmallVectorImpl<Expr * > & Aligneds,SmallVectorImpl<Expr * > & Alignments,SmallVectorImpl<Expr * > & Linears,SmallVectorImpl<unsigned> & LinModifiers,SmallVectorImpl<Expr * > & Steps) parseDeclareSimdClauses() argument 807 SmallVector<Expr *, 4> Alignments; ParseOMPDeclareSimdClauses() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 333 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; instantiateOMPDeclareSimdDeclAttr() local
|
H A D | SemaOpenMP.cpp | 6992 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
|