HomeSort by relevance Sort by last modified time
    Searched refs:Alignments (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
DataLayout.cpp 186 // Default alignments
360 Alignments == Other.Alignments && Pointers == Other.Pointers;
371 for (LayoutAlignElem &Elem : Alignments) {
374 // Update the abi, preferred alignments.
381 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align,
416 for (unsigned i = 0, e = Alignments.size(); i != e; ++i) {
417 if (Alignments[i].AlignType == (unsigned)AlignType &&
418 Alignments[i].TypeBitWidth == BitWidth)
419 return ABIInfo ? Alignments[i].ABIAlign : Alignments[i].PrefAlign
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 114 /// Alignments - Where the primitive type alignment data is stored.
117 /// @note Could support multiple size pointer alignments, e.g., 32-bit
120 SmallVector<LayoutAlignElem, 16> Alignments;
142 //! Set/initialize target alignments
148 //! Set/initialize pointer alignments
195 Alignments = DL.Alignments;

Completed in 53 milliseconds