Searched refs:VECTOR_ALIGN (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 169 {VECTOR_ALIGN, 64, Align(8), Align(8)}, // v2i32, v1i64, ... 170 {VECTOR_ALIGN, 128, Align(16), Align(16)}, // v16i8, v8i16, v4i32, ... 331 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier() 557 } else if (AlignType == VECTOR_ALIGN) { in getAlignmentInfo() 743 AlignType = VECTOR_ALIGN; in getAlignment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 54 VECTOR_ALIGN = 'v', enumerator
|