Searched refs:LayoutAlignElem (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 65 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/ |
D | DataLayout.cpp | 101 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DataLayout.cpp | 106 LayoutAlignElem 107 LayoutAlignElem::get(AlignTypeEnum align_type, unsigned abi_align, in get() 110 LayoutAlignElem retval; in get() 119 LayoutAlignElem::operator==(const LayoutAlignElem &rhs) const { in operator ==() 165 static const LayoutAlignElem DefaultAlignments[] = { 192 for (const LayoutAlignElem &E : DefaultAlignments) { in reset() 448 [](const LayoutAlignElem &LHS, in findAlignmentLowerBound() 481 Alignments.insert(I, LayoutAlignElem::get(align_type, abi_align, in setAlignment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 71 struct LayoutAlignElem { struct 78 static LayoutAlignElem get(AlignTypeEnum align_type, unsigned abi_align, argument 81 bool operator==(const LayoutAlignElem &rhs) const; 134 using AlignmentsTy = SmallVector<LayoutAlignElem, 16>;
|