Home
last modified time | relevance | path

Searched refs:Alignments (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp530 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 DDataLayout.cpp545 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 DDataLayout.h148 AlignmentsTy Alignments; variable
222 Alignments = DL.Alignments;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGNonTrivialStruct.cpp326 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 Delfmicroblaze.sc113 /* 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 Delfmicroblaze.sc113 /* 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 DParseOpenMP.cpp705 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 DSemaTemplateInstantiateDecl.cpp296 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 DSemaOpenMP.cpp6326 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 Dimplement-c.texi723 objects of automatic storage duration. Alignments supported for
H A Dgcc.info29254 of automatic storage duration. Alignments supported for objects of
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dimplement-c.texi723 objects of automatic storage duration. Alignments supported for
H A Dgcc.info32344 of automatic storage duration. Alignments supported for objects of
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3581 VariadicExprArgument<"Aligneds">, VariadicExprArgument<"Alignments">,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h10795 ArrayRef<Expr *> Alignments, ArrayRef<Expr *> Linears,
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200111726 (expand_builtin_memcpy): Alignments are unsigned.
H A DChangeLog-200415961 (output_constant_def_contents): Alignments are unsigned.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git172872 Alignments of code are recognized as instructions, since we usually