Searched refs:s41 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-abi-varargs.ll | 143 %struct.s41 = type { i32, i16, i32, i16 } 155 %vs = alloca %struct.s41, align 16 168 %4 = bitcast i8* %ap.align to %struct.s41* 169 %5 = bitcast %struct.s41* %vs to i8* 170 %6 = bitcast %struct.s41* %4 to i8* 176 define void @bar2(i32 %x, i128 %s41.coerce) nounwind { 182 %s41 = alloca %struct.s41, align 16 184 %0 = bitcast %struct.s41* %s41 to i128* 185 store i128 %s41.coerce, i128* %0, align 1 187 %2 = bitcast %struct.s41* %s41 to i128*
|
D | arm64-abi_align.ll | 16 %struct.s41 = type { i32, i16, i32, i16 } 27 @g41 = common global %struct.s41 zeroinitializer, align 16 28 @g41_2 = common global %struct.s41 zeroinitializer, align 16 225 %0 = load i128, i128* bitcast (%struct.s41* @g41 to i128*), align 16 226 %1 = load i128, i128* bitcast (%struct.s41* @g41_2 to i128*), align 16 243 %0 = load i128, i128* bitcast (%struct.s41* @g41 to i128*), align 16 244 %1 = load i128, i128* bitcast (%struct.s41* @g41_2 to i128*), align 16 496 %0 = load i128, i128* bitcast (%struct.s41* @g41 to i128*), align 16 517 %0 = load i64, i64* bitcast (%struct.s41* @g41 to i64*), align 16
|
/external/clang/test/Sema/ |
D | bitfield-layout_1.c | 55 } s41; variable 56 CHECK_SIZE(s41,12)
|
/external/clang/test/CXX/lex/lex.charset/ |
D | p2-cxx98.cpp | 41 const char *s41 = "\u0041"; // A, expected-error {{character 'A' cannot be specified by a universal… variable
|
/external/clang/test/CodeGen/ |
D | arm64-arguments.c | 427 struct s41 struct 434 typedef struct s41 s41_with_align; argument
|
/external/v8/benchmarks/ |
D | regexp.js | 222 var s41 = computeInputVariants('vachggrkg QBZPbageby_cynprubyqre', 78); 259 re3.exec(s41[i]);
|