Home
last modified time | relevance | path

Searched refs:VECTOR_ALIGN (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp152 setAlignment(VECTOR_ALIGN, 8, 8, 64); // v2i32, v1i64, ... in init()
153 setAlignment(VECTOR_ALIGN, 16, 16, 128); // v16i8, v8i16, v4i32, ... in init()
196 case 'v': AlignType = VECTOR_ALIGN; break; in init()
302 assert(AlignType == VECTOR_ALIGN && "Unknown alignment type!"); in getAlignmentInfo()
485 AlignType = VECTOR_ALIGN; in getAlignment()
/external/llvm/lib/IR/
DDataLayout.cpp173 { VECTOR_ALIGN, 64, 8, 8 }, // v2i32, v1i64, ...
174 { VECTOR_ALIGN, 128, 16, 16 }, // v16i8, v8i16, v4i32, ...
298 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()
490 } else if (AlignType == VECTOR_ALIGN) { in getAlignmentInfo()
669 AlignType = VECTOR_ALIGN; in getAlignment()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetData.h42 VECTOR_ALIGN = 'v', ///< Vector type alignment enumerator
/external/llvm/include/llvm/IR/
DDataLayout.h48 VECTOR_ALIGN = 'v', enumerator