Home
last modified time | relevance | path

Searched refs:LayoutAlignElem (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp102 LayoutAlignElem LayoutAlignElem::get(AlignTypeEnum align_type, Align abi_align, in get()
105 LayoutAlignElem retval; in get()
114 LayoutAlignElem::operator==(const LayoutAlignElem &rhs) const { in operator ==()
159 static const LayoutAlignElem DefaultAlignments[] = {
188 for (const LayoutAlignElem &E : DefaultAlignments) { in reset()
480 return partition_point(Alignments, [=](const LayoutAlignElem &E) { in findAlignmentLowerBound()
506 Alignments.insert(I, LayoutAlignElem::get(align_type, abi_align, in setAlignment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h71 struct LayoutAlignElem { struct
78 static LayoutAlignElem get(AlignTypeEnum align_type, Align abi_align, argument
81 bool operator==(const LayoutAlignElem &rhs) const;
144 using AlignmentsTy = SmallVector<LayoutAlignElem, 16>;