Searched refs:i_addr (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/Transforms/Inline/ |
D | 2009-01-08-NoInlineDynamicAlloca.ll | 8 %i_addr = alloca i32 ; <i32*> [#uses=2] 12 store i32 %i, i32* %i_addr 13 %0 = load i32, i32* %i_addr, align 4 ; <i32> [#uses=1] 27 %i_addr = alloca i32 ; <i32*> [#uses=2] 29 store i32 %i, i32* %i_addr 30 %0 = load i32, i32* %i_addr, align 4 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
D | call_nolink.ll | 24 …%i_addr.3210.0.i.i = phi i32 [ %tmp166.i.i, %bb115.i.i.bb115.i.i_crit_edge ], [ 0, %newFuncRoot ] … 25 …tr [2 x { i32, [3 x i32] }], [2 x { i32, [3 x i32] }]* @pgm, i32 0, i32 %i_addr.3210.0.i.i, i32 1,… 29 …tr [2 x { i32, [3 x i32] }], [2 x { i32, [3 x i32] }]* @pgm, i32 0, i32 %i_addr.3210.0.i.i, i32 1,… 33 …tr [2 x { i32, [3 x i32] }], [2 x { i32, [3 x i32] }]* @pgm, i32 0, i32 %i_addr.3210.0.i.i, i32 1,… 37 %tmp143.i.i = add i32 %i_addr.3210.0.i.i, 12 ; <i32> [#uses=1] 38 …tr [2 x { i32, [3 x i32] }], [2 x { i32, [3 x i32] }]* @pgm, i32 0, i32 %i_addr.3210.0.i.i, i32 0 … 45 …%tmp159.i.i = getelementptr [2 x i32], [2 x i32]* @counter, i32 0, i32 %i_addr.3210.0.i.i ; <i32*… 49 %tmp166.i.i = add i32 %i_addr.3210.0.i.i, 1 ; <i32> [#uses=2]
|
D | arm-negative-stride.ll | 14 %i_addr.09.0 = sub i32 %i, %indvar ; <i32> [#uses=1] 15 %tmp2 = getelementptr i32, i32* %P, i32 %i_addr.09.0 ; <i32*> [#uses=1] 36 %i_addr.09.0 = sub i32 %i, %indvar ; <i32> [#uses=1] 37 %tmp2 = getelementptr i32, i32* %P, i32 %i_addr.09.0 ; <i32*> [#uses=1]
|
D | 2007-05-07-tailmerge-1.ll | 15 %i_addr = alloca i32 ; <i32*> [#uses=2] 18 store i32 %i, i32* %i_addr 20 %tmp = load i32, i32* %i_addr ; <i32> [#uses=1]
|
D | 2007-05-09-tailmerge-2.ll | 17 %i_addr = alloca i32 ; <i32*> [#uses=2] 20 store i32 %i, i32* %i_addr 22 %tmp = load i32, i32* %i_addr ; <i32> [#uses=1]
|
D | 2007-05-22-tailmerge-3.ll | 27 %i_addr = alloca i32 ; <i32*> [#uses=2] 30 store i32 %i, i32* %i_addr 32 %tmp = load i32, i32* %i_addr ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | ConvertDebugInfo.ll | 5 %i_addr = alloca i32 ; <i32*> [#uses=2] 10 call void @llvm.dbg.declare(metadata i32* %i_addr, metadata !0, metadata !MDExpression()), !dbg !8 15 store i32 %i, i32* %i_addr 18 %1 = load i32, i32* %i_addr, align 4, !dbg !10 ; <i32> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-05-22-tailmerge-3.ll | 13 %i_addr = alloca i32 ; <i32*> [#uses=2] 16 store i32 %i, i32* %i_addr 18 %tmp = load i32, i32* %i_addr ; <i32> [#uses=1]
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2009-03-05-dbg.ll | 24 %i_addr.0 = phi i32 [ %1, %bb ], [ %i, %bb1 ] ; <i32> [#uses=1] 28 ret i32 %i_addr.0, !dbg !12
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 421 if (le32_to_cpu(node_blk->i.i_addr[0]) != 0) { in fsck_chk_inode_blk() 424 le32_to_cpu(node_blk->i.i_addr[0])); in fsck_chk_inode_blk() 425 node_blk->i.i_addr[0] = 0; in fsck_chk_inode_blk() 433 if (memcmp(buf, &node_blk->i.i_addr[1], in fsck_chk_inode_blk() 469 if (le32_to_cpu(node_blk->i.i_addr[idx]) != 0) { in fsck_chk_inode_blk() 471 le32_to_cpu(node_blk->i.i_addr[idx]), in fsck_chk_inode_blk() 478 node_blk->i.i_addr[idx] = 0; in fsck_chk_inode_blk()
|
D | mount.c | 60 DISP_u32(inode, i_addr[0]); /* Pointers to data blocks */ in print_inode_info() 61 DISP_u32(inode, i_addr[1]); /* Pointers to data blocks */ in print_inode_info() 62 DISP_u32(inode, i_addr[2]); /* Pointers to data blocks */ in print_inode_info() 63 DISP_u32(inode, i_addr[3]); /* Pointers to data blocks */ in print_inode_info() 66 if (inode->i_addr[i] != 0x0) { in print_inode_info() 68 i, inode->i_addr[i]); in print_inode_info()
|
D | f2fs.h | 197 return (void *)&(node_blk->i.i_addr[1]); in inline_data_addr()
|
D | dump.c | 209 le32_to_cpu(node_blk->i.i_addr[i])); in dump_inode_blk()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 474 __le32 i_addr[DEF_ADDRS_PER_INODE]; /* Pointers to data blocks */ member
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format.c | 767 raw_node->i.i_addr[0] = cpu_to_le32(data_blk_nor); in f2fs_write_root_inode()
|