HomeSort by relevance Sort by last modified time
    Searched full:align (Results 376 - 400 of 12436) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGen/
align-local.c 1 // RUN: %clang_cc1 -emit-llvm < %s | grep "align 16" | count 2
vla-2.c 1 // RUN: %clang_cc1 -std=gnu99 %s -emit-llvm -o - | grep ".*alloca.*align 16"
  /external/clang/test/CodeGenObjC/
debug-info-ivars.m 21 // CHECK: {{.*}} [ DW_TAG_member ] [i] [line 10, size 32, align 32, offset 0] [protected] [from int]
22 // CHECK: {{.*}} [ DW_TAG_member ] [flag_1] [line 11, size 9, align 32, offset 0] [protected] [from unsigned int]
23 // CHECK: {{.*}} [ DW_TAG_member ] [flag_2] [line 12, size 9, align 32, offset 1] [protected] [from unsigned int]
24 // CHECK: {{.*}} [ DW_TAG_member ] [flag_3] [line 14, size 9, align 32, offset 3] [protected] [from unsigned int]
  /external/clang/test/Parser/
pragma-options.cpp 5 #pragma options align=natural
  /external/libcxx/test/utilities/memory/ptr.align/
Android.mk 17 test_makefile := external/libcxx/test/utilities/memory/ptr.align/Android.mk
19 test_name := utilities/memory/ptr.align/align
20 test_src := align.pass.cpp
  /external/llvm/test/Assembler/
align-inst-store.ll 4 store i1 false, i1* %p, align 1073741824
unnamed-addr.ll 5 @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4
6 @foo.d = internal constant %struct.foobar zeroinitializer, align 4
16 ; CHECK: @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4
17 ; CHECK: @foo.d = internal constant %struct.foobar zeroinitializer, align 4
  /external/llvm/test/CodeGen/AArch64/
arm64-fast-isel-br.ll 4 %x = alloca i32, align 4
5 store i32 0, i32* %x, align 4
6 %1 = load i32* %x, align 4
18 %1 = alloca i32, align 4
19 %x = alloca i32, align 4
20 %y = alloca i32, align 4
21 %z = alloca i32, align 4
23 store i32 1, i32* %y, align 4
24 store i32 1, i32* %x, align 4
25 store i32 0, i32* %z, align
    [all...]
  /external/llvm/test/CodeGen/ARM/
truncstore-dag-combine.ll 6 %tmp = load i16* %Q, align 1 ; <i16> [#uses=1]
7 store i16 %tmp, i16* %P1, align 1
14 %tmp = load i32* %Q, align 1 ; <i32> [#uses=1]
15 store i32 %tmp, i32* %P1, align 1
  /external/llvm/test/CodeGen/Generic/
fp-to-int-invalid.ll 9 store float 0x40B2AFA160000000, float* %test, align 4
10 %0 = load float* %test, align 4 ; <float> [#uses=1]
12 %2 = load i8** %result_addr, align 4 ; <i8*> [#uses=1]
13 store i8 %1, i8* %2, align 1
  /external/llvm/test/CodeGen/Hexagon/
split-const32-const64.ll 15 store i32 12345670, i32* @a, align 4
16 store i32 12345670, i32* @b, align 4
23 store i64 1234567890123, i64* @la, align 8
24 store i64 1234567890123, i64* @lb, align 8
static.ll 13 %0 = load i32* @num, align 4
14 %1 = load i32* @acc, align 4
16 %2 = load i32* @val, align 4
18 store i32 %add, i32* @num, align 4
  /external/llvm/test/CodeGen/MSP430/
misched-msp430.ll 5 @y = common global i16 0, align 2
6 @x = common global i16 0, align 2
17 %0 = load i16* @y, align 2
18 store i16 %0, i16* @x, align 2
  /external/llvm/test/CodeGen/Mips/
brconeqk.ll 3 @i = global i32 5, align 4
4 @result = global i32 0, align 4
8 %0 = load i32* @i, align 4
15 store i32 1, i32* @result, align 4
brconeqz.ll 3 @i = global i32 5, align 4
4 @result = global i32 0, align 4
8 %0 = load i32* @i, align 4
14 store i32 1, i32* @result, align 4
brconnez.ll 3 @j = global i32 0, align 4
4 @result = global i32 0, align 4
8 %0 = load i32* @j, align 4
17 store i32 1, i32* @result, align 4
hf1_body.ll 8 %p.addr = alloca float, align 4
9 store float %p, float* %p.addr, align 4
10 %0 = load float* %p.addr, align 4
11 store float %0, float* @x, align 4
mipslopat.ll 4 @stat_vol_ptr_int = internal global i32* null, align 4
5 @stat_ptr_vol_int = internal global i32* null, align 4
9 %tmp = load volatile i32** @stat_vol_ptr_int, align 4
12 %tmp1 = load i32** @stat_ptr_vol_int, align 4
not1.ll 3 @x = global i32 65504, align 4
4 @y = global i32 60929, align 4
5 @.str = private unnamed_addr constant [7 x i8] c"%08x \0A\00", align 1
9 %0 = load i32* @x, align 4
seleqk.ll 3 @t = global i32 10, align 4
4 @f = global i32 199, align 4
5 @a = global i32 1, align 4
6 @b = global i32 1000, align 4
7 @z1 = common global i32 0, align 4
8 @z2 = common global i32 0, align 4
9 @z3 = common global i32 0, align 4
10 @z4 = common global i32 0, align 4
11 @.str = private unnamed_addr constant [5 x i8] c"%i \0A\00", align 1
15 %0 = load i32* @a, align
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
2007-02-16-AlignPacked.ll 2 ; RUN: grep align.*3
2010-10-11-Fast-Varargs.ll 11 %1 = alloca i32, align 4
12 %2 = alloca float, align 4
13 store i32 %x, i32* %1, align 4
14 store float %a, float* %2, align 4
fast-isel-fold.ll 3 @a = global i8 1, align 1
4 @b = global i16 2, align 2
5 @c = global i32 4, align 4
9 %1 = load i8* @a, align 1
19 %1 = load i16* @b, align 2
29 %1 = load i32* @c, align 4
43 %1 = load i8* @a, align 1
52 %1 = load i16* @b, align 2
61 %1 = load i16* @b, align 2
70 %1 = load i8* @a, align
    [all...]
vrspill.ll 8 %i.addr = alloca i32, align 4
9 %w.addr = alloca <4 x float>, align 16
10 store i32 %i, i32* %i.addr, align 4
11 store <4 x float> %w, <4 x float>* %w.addr, align 16
  /external/llvm/test/CodeGen/R600/
reorder-stores.ll 14 %tmp1 = load <2 x double> addrspace(1)* %x, align 16
15 %tmp4 = load <2 x double> addrspace(1)* %y, align 16
16 store <2 x double> %tmp4, <2 x double> addrspace(1)* %x, align 16
17 store <2 x double> %tmp1, <2 x double> addrspace(1)* %y, align 16
28 %tmp1 = load <2 x double> addrspace(3)* %x, align 16
29 %tmp4 = load <2 x double> addrspace(3)* %y, align 16
30 store <2 x double> %tmp4, <2 x double> addrspace(3)* %x, align 16
31 store <2 x double> %tmp1, <2 x double> addrspace(3)* %y, align 16
78 %tmp1 = load <8 x i32> addrspace(1)* %x, align 32
79 %tmp4 = load <8 x i32> addrspace(1)* %y, align 3
    [all...]

Completed in 718 milliseconds

<<11121314151617181920>>