Searched refs:VECTOR_ALIGN (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DataLayout.cpp | 173 {VECTOR_ALIGN, 64, Align(8), Align(8)}, // v2i32, v1i64, ... 174 {VECTOR_ALIGN, 128, Align(16), Align(16)}, // v16i8, v8i16, v4i32, ... 375 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier() 796 auto I = findAlignmentLowerBound(VECTOR_ALIGN, BitWidth); in getAlignment() 797 if (I != Alignments.end() && I->AlignType == VECTOR_ALIGN && in getAlignment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 55 VECTOR_ALIGN = 'v', enumerator
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.h | 416 #define VECTOR_ALIGN(MODE) \ macro
|
H A D | rs6000.cc | 8000 && (int) align < VECTOR_ALIGN (mode))))); in rs6000_slow_unaligned_access()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.h | 416 #define VECTOR_ALIGN(MODE) \ macro
|
H A D | rs6000.c | 7335 && (int) align < VECTOR_ALIGN (mode))))); in rs6000_slow_unaligned_access()
|