/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 530 const StringMap<const uint32_t> &Alignments) { in updateAlignments() argument 532 auto Alignment = Alignments.find(Slice.getArchString()); in updateAlignments() 533 if (Alignment != Alignments.end()) in updateAlignments() 539 const StringMap<const uint32_t> &Alignments) { in checkUnusedAlignments() argument 544 for (StringRef Arch : Alignments.keys()) in checkUnusedAlignments() 555 const StringMap<const uint32_t> &Alignments, in buildSlices() argument 598 updateAlignments(Slices, Alignments); in buildSlices() 604 const StringMap<const uint32_t> &Alignments, in createUniversalBinary() argument 611 buildSlices(InputBinaries, Alignments, ExtractedObjects); in createUniversalBinary() 613 checkUnusedAlignments(Slices, Alignments); in createUniversalBinary() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DataLayout.cpp | 545 Alignments == Other.Alignments && Pointers == Other.Pointers; in operator ==() 554 return partition_point(Alignments, [=](const LayoutAlignElem &E) { in findAlignmentLowerBound() 573 if (I != Alignments.end() && in setAlignment() 580 Alignments.insert(I, LayoutAlignElem::get(align_type, abi_align, in setAlignment() 630 if (I == Alignments.end() || I->AlignType != INTEGER_ALIGN) in getIntegerAlignment() 661 Alignments.clear(); in clear() 760 const LayoutAlignElem &AggregateAlign = Alignments[0]; in getAlignment() 780 if (I != Alignments.end() && I->AlignType == FLOAT_ALIGN && in getAlignment() 797 if (I != Alignments.end() && I->AlignType == VECTOR_ALIGN && in getAlignment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 148 AlignmentsTy Alignments; variable 222 Alignments = DL.Alignments;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGNonTrivialStruct.cpp | 326 std::array<CharUnits, N> Alignments, in getParamAddrs() argument 331 Alignments[Ints])...}}; in getParamAddrs() 442 std::array<CharUnits, N> Alignments, in getFunction() 484 getParamAddrs<N>(std::make_index_sequence<N>{}, Alignments, Args, CGF); in getFunction() 493 std::array<CharUnits, N> Alignments; in callFunc() local 497 Alignments[I] = Addrs[I].getAlignment(); in callFunc() 504 getFunction(FuncName, QT, Alignments, CallerCGF.CGM)) in callFunc() 845 std::array<CharUnits, N> Alignments, CodeGenModule &CGM) { in getSpecialFunction() argument 850 return Gen.getFunction(FuncName, QT, Alignments, CGM); in getSpecialFunction()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
H A D | elfmicroblaze.sc | 113 /* Alignments by 8 to ensure that _SDA2_BASE_ on a word boundary */ 171 /* Alignments by 8 to ensure that _SDA_BASE_ on a word boundary */
|
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
H A D | elfmicroblaze.sc | 113 /* Alignments by 8 to ensure that _SDA2_BASE_ on a word boundary */ 171 /* Alignments by 8 to ensure that _SDA_BASE_ on a word boundary */
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 705 SmallVectorImpl<Expr *> &Alignments, SmallVectorImpl<Expr *> &Linears, in parseDeclareSimdClauses() argument 756 Alignments.append(Aligneds.size() - Alignments.size(), in parseDeclareSimdClauses() 798 SmallVector<Expr *, 4> Alignments; in ParseOMPDeclareSimdClauses() local 804 Alignments, Linears, LinModifiers, Steps); in ParseOMPDeclareSimdClauses() 811 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears, in ParseOMPDeclareSimdClauses()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 296 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; in instantiateOMPDeclareSimdDeclAttr() local 347 Alignments.push_back(Inst.get()); in instantiateOMPDeclareSimdDeclAttr() 366 Uniforms, Aligneds, Alignments, Linears, LinModifiers, Steps, in instantiateOMPDeclareSimdDeclAttr()
|
H A D | SemaOpenMP.cpp | 6326 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears, in ActOnOpenMPDeclareSimdDirective() argument 6328 assert(Aligneds.size() == Alignments.size()); in ActOnOpenMPDeclareSimdDirective() 6442 for (Expr *E : Alignments) { in ActOnOpenMPDeclareSimdDirective()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | implement-c.texi | 723 objects of automatic storage duration. Alignments supported for
|
H A D | gcc.info | 29254 of automatic storage duration. Alignments supported for objects of
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | implement-c.texi | 723 objects of automatic storage duration. Alignments supported for
|
H A D | gcc.info | 32344 of automatic storage duration. Alignments supported for objects of
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Attr.td | 3581 VariadicExprArgument<"Aligneds">, VariadicExprArgument<"Alignments">,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 10795 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 11726 (expand_builtin_memcpy): Alignments are unsigned.
|
H A D | ChangeLog-2004 | 15961 (output_constant_def_contents): Alignments are unsigned.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 172872 Alignments of code are recognized as instructions, since we usually
|