Home
last modified time | relevance | path

Searched refs:s42 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-abi_align.ll18 %struct.s42 = type { i32, i16, i32, i16, i32, i16 }
29 @g42 = common global %struct.s42 zeroinitializer, align 4
30 @g42_2 = common global %struct.s42 zeroinitializer, align 4
251 define i32 @f42(i32 %i, %struct.s42* nocapture %s1, %struct.s42* nocapture %s2) #2 {
263 %i1 = getelementptr inbounds %struct.s42, %struct.s42* %s1, i64 0, i32 0
265 %i2 = getelementptr inbounds %struct.s42, %struct.s42* %s2, i64 0, i32 0
267 %s = getelementptr inbounds %struct.s42, %struct.s42* %s1, i64 0, i32 1
270 %s5 = getelementptr inbounds %struct.s42, %struct.s42* %s2, i64 0, i32 1
301 %tmp = alloca %struct.s42, align 4
302 %tmp1 = alloca %struct.s42, align 4
[all …]
/external/clang/test/CodeGen/
Darm64-arguments.c482 struct s42 struct
491 typedef struct s42 s42_no_align; argument
Dx86_32-arguments-darwin.c171 struct s42 { enum e40 f0; } f42(void) { } in f42() struct
/external/v8/benchmarks/
Dregexp.js223 var s42 = computeInputVariants('xrlqbja', 78);
260 re0.exec(s42[i]);
/external/r8/src/test/examples/jumbostring/
DStringPool0.java49 public static final String s42 = "42"; field in StringPool0