Searched refs:AGGREGATE_ALIGN (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 175 { AGGREGATE_ALIGN, 0, 0, 8 } // struct 300 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier() 306 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier() 316 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier() 651 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DataLayout.cpp | 177 { AGGREGATE_ALIGN, 0, 0, 8 } // struct 336 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier() 342 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier() 352 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier() 695 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 154 setAlignment(AGGREGATE_ALIGN, 0, 8, 0); // struct in init() 198 case 'a': AlignType = AGGREGATE_ALIGN; break; in init() 467 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetData.h | 44 AGGREGATE_ALIGN = 'a', ///< Aggregate alignment enumerator
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 50 AGGREGATE_ALIGN = 'a' enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 56 AGGREGATE_ALIGN = 'a' enumerator
|