Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDataLayout.h65 struct LayoutAlignElem { struct
72 static LayoutAlignElem get(AlignTypeEnum align_type, unsigned abi_align, argument
74 bool operator==(const LayoutAlignElem &rhs) const;
121 SmallVector<LayoutAlignElem, 16> Alignments;
138 static const LayoutAlignElem InvalidAlignmentElem;
161 bool validAlignment(const LayoutAlignElem &align) const { in validAlignment()
/external/llvm/lib/IR/
DDataLayout.cpp101 LayoutAlignElem
102 LayoutAlignElem::get(AlignTypeEnum align_type, unsigned abi_align, in get()
105 LayoutAlignElem retval; in get()
114 LayoutAlignElem::operator==(const LayoutAlignElem &rhs) const { in operator ==()
121 const LayoutAlignElem
163 static const LayoutAlignElem DefaultAlignments[] = {
187 for (const LayoutAlignElem &E : DefaultAlignments) { in reset()
415 for (LayoutAlignElem &Elem : Alignments) { in setAlignment()
425 Alignments.push_back(LayoutAlignElem::get(align_type, abi_align, in setAlignment()
/external/llvm-project/llvm/lib/IR/
DDataLayout.cpp103 LayoutAlignElem LayoutAlignElem::get(AlignTypeEnum align_type, Align abi_align, in get()
106 LayoutAlignElem retval; in get()
115 LayoutAlignElem::operator==(const LayoutAlignElem &rhs) const { in operator ==()
162 static const LayoutAlignElem DefaultAlignments[] = {
192 for (const LayoutAlignElem &E : DefaultAlignments) { in reset()
553 return partition_point(Alignments, [=](const LayoutAlignElem &E) { in findAlignmentLowerBound()
579 Alignments.insert(I, LayoutAlignElem::get(align_type, abi_align, in setAlignment()
760 const LayoutAlignElem &AggregateAlign = Alignments[0]; in getAlignment()
/external/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()
/external/llvm-project/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;
146 using AlignmentsTy = SmallVector<LayoutAlignElem, 16>;
/external/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>;