Searched refs:VECTOR_ALIGN (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/ |
D | TargetData.cpp | 151 setAlignment(VECTOR_ALIGN, 8, 8, 64); // v2i32, v1i64, ... in init() 152 setAlignment(VECTOR_ALIGN, 16, 16, 128); // v16i8, v8i16, v4i32, ... in init() 195 case 'v': AlignType = VECTOR_ALIGN; break; in init() 296 assert(AlignType == VECTOR_ALIGN && "Unknown alignment type!"); in getAlignmentInfo() 477 AlignType = VECTOR_ALIGN; in getAlignment()
|
/external/llvm/include/llvm/Target/ |
D | TargetData.h | 42 VECTOR_ALIGN = 'v', ///< Vector type alignment enumerator
|