Searched defs:Alignments (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/tools/llvm-lipo/ |
D | llvm-lipo.cpp | 530 const StringMap<const uint32_t> &Alignments) { in updateAlignments() 539 const StringMap<const uint32_t> &Alignments) { in checkUnusedAlignments() 556 const StringMap<const uint32_t> &Alignments, in buildSlices() 605 const StringMap<const uint32_t> &Alignments, in createUniversalBinary() 625 const StringMap<const uint32_t> &Alignments, in extractSlice() 658 const StringMap<const uint32_t> &Alignments) { in buildReplacementSlices() 684 const StringMap<const uint32_t> &Alignments, in replaceSlices()
|
/external/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 423 SmallVectorImpl<Expr *> &Alignments, SmallVectorImpl<Expr *> &Linears, in parseDeclareSimdClauses() 507 SmallVector<Expr *, 4> Alignments; in ParseOMPDeclareSimdClauses() local
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 121 SmallVector<LayoutAlignElem, 16> Alignments; variable
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGNonTrivialStruct.cpp | 326 std::array<CharUnits, N> Alignments, in getParamAddrs() 493 std::array<CharUnits, N> Alignments; in callFunc() local 845 std::array<CharUnits, N> Alignments, CodeGenModule &CGM) { in getSpecialFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 145 AlignmentsTy Alignments; variable
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 147 AlignmentsTy Alignments; variable
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseOpenMP.cpp | 695 SmallVectorImpl<Expr *> &Alignments, SmallVectorImpl<Expr *> &Linears, in parseDeclareSimdClauses() 788 SmallVector<Expr *, 4> Alignments; in ParseOMPDeclareSimdClauses() local
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 247 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
|
D | SemaOpenMP.cpp | 3633 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears, in ActOnOpenMPDeclareSimdDirective()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 296 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local
|
D | SemaOpenMP.cpp | 5613 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears, in ActOnOpenMPDeclareSimdDirective()
|