Searched refs:VECTOR_ALIGN (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 171 setAlignment(VECTOR_ALIGN, 8, 8, 64); // v2i32, v1i64, ... in init() 172 setAlignment(VECTOR_ALIGN, 16, 16, 128); // v16i8, v8i16, v4i32, ... in init() 259 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier() 389 assert(AlignType == VECTOR_ALIGN && "Unknown alignment type!"); in getAlignmentInfo() 572 AlignType = VECTOR_ALIGN; in getAlignment()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 46 VECTOR_ALIGN = 'v', ///< Vector type alignment enumerator
|