Searched refs:VECTOR_ALIGN (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 152 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/ |
D | DataLayout.cpp | 173 { 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-7.0/llvm/lib/IR/ |
D | DataLayout.cpp | 175 { VECTOR_ALIGN, 64, 8, 8 }, // v2i32, v1i64, ... 176 { VECTOR_ALIGN, 128, 16, 16 }, // v16i8, v8i16, v4i32, ... 334 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier() 533 } else if (AlignType == VECTOR_ALIGN) { in getAlignmentInfo() 713 AlignType = VECTOR_ALIGN; in getAlignment()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetData.h | 42 VECTOR_ALIGN = 'v', ///< Vector type alignment enumerator
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 48 VECTOR_ALIGN = 'v', enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 54 VECTOR_ALIGN = 'v', enumerator
|