Searched defs:Alignments (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 579 findAlignmentLowerBound(const SmallVectorImpl<LayoutAlignElem> &Alignments, in findAlignmentLowerBound() 599 SmallVectorImpl<LayoutAlignElem> *Alignments; in setAlignment() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 325 std::array<CharUnits, N> Alignments, in getParamAddrs() 486 std::array<CharUnits, N> Alignments; in callFunc() local 834 std::array<CharUnits, N> Alignments, CodeGenModule &CGM) { in getSpecialFunction()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 724 SmallVectorImpl<Expr *> &Alignments, SmallVectorImpl<Expr *> &Linears, in parseDeclareSimdClauses() 817 SmallVector<Expr *, 4> Alignments; in ParseOMPDeclareSimdClauses() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 338 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
|
H A D | SemaOpenMP.cpp | 6774 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears, in ActOnOpenMPDeclareSimdDirective()
|