/external/arm-trusted-firmware/drivers/nxp/flexspi/nor/ |
D | fspi.c | 36 static void fspi_writel(uint32_t x_addr, uint32_t x_val) in fspi_writel() argument 38 fspi_out32((uint32_t *)(fspi_base_reg_addr + x_addr), in fspi_writel() 42 static uint32_t fspi_readl(uint32_t x_addr) in fspi_readl() argument 44 return fspi_in32((uint32_t *)(fspi_base_reg_addr + x_addr)); in fspi_readl() 79 uint32_t x_addr, x_instr0 = 0, x_instr1 = 0, x_instr2 = 0; in fspi_op_setup() local 128 x_addr = FSPI_LUTREG_OFFSET + (uint32_t)(0x10 * fspi_op_seq_id); in fspi_op_setup() 132 VERBOSE("CMD_ID = %x offset = 0x%x\n", cmd_id1, x_addr); in fspi_op_setup() 136 VERBOSE("CMD_ID = %x offset = 0x%x\n", cmd_id2, x_addr); in fspi_op_setup() 152 fspi_writel((x_addr), x_instr0); in fspi_op_setup() 153 fspi_writel((x_addr + U(0x4)), x_instr2); in fspi_op_setup() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | sink_instruction.ll | 31 %x_addr.17 = phi i32 [ %x, %entry ], [ %x_addr.0, %bb2 ] ; <i32> [#uses=4] 33 %0 = add nsw i32 %x_addr.17, 1 ; <i32> [#uses=1] 34 %1 = sdiv i32 %0, %x_addr.17 ; <i32> [#uses=1] 35 %2 = icmp eq i32 %x_addr.17, 0 ; <i1> [#uses=1] 40 ; CHECK-NEXT: add nsw i32 %x_addr.17, 1 47 %x_addr.0 = phi i32 [ %1, %bb1 ], [ %x_addr.17, %bb ] ; <i32> [#uses=2] 53 ret i32 %x_addr.0
|
D | no-negzero.ll | 12 %x_addr = alloca double ; <double*> [#uses=2] 16 store double %x, double* %x_addr 17 %1 = load double, double* %x_addr, align 8 ; <double> [#uses=1]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppcf128-1.ll | 8 %x_addr = alloca ppc_fp128 ; <ppc_fp128*> [#uses=2] 13 store ppc_fp128 %x, ppc_fp128* %x_addr 15 %tmp1 = load ppc_fp128, ppc_fp128* %x_addr, align 16 ; <ppc_fp128> [#uses=1] 30 %x_addr = alloca ppc_fp128 ; <ppc_fp128*> [#uses=2] 35 store ppc_fp128 %x, ppc_fp128* %x_addr 37 %tmp1 = load ppc_fp128, ppc_fp128* %x_addr, align 16 ; <ppc_fp128> [#uses=1] 52 %x_addr = alloca ppc_fp128 ; <ppc_fp128*> [#uses=2] 57 store ppc_fp128 %x, ppc_fp128* %x_addr 59 %tmp1 = load ppc_fp128, ppc_fp128* %x_addr, align 16 ; <ppc_fp128> [#uses=1] 74 %x_addr = alloca ppc_fp128 ; <ppc_fp128*> [#uses=2] [all …]
|
D | vec_splat_constant.ll | 10 %x_addr = alloca <16 x i8> ; <<16 x i8>*> [#uses=2] 13 store <16 x i8> %x, <16 x i8>* %x_addr 15 %0 = load <16 x i8>, <16 x i8>* %x_addr, align 16 ; <<16 x i8>> [#uses=1]
|
D | vec_auto_constant.ll | 23 %x_addr = alloca <16 x i8> ; <<16 x i8>*> [#uses=2] 26 store <16 x i8> %x, <16 x i8>* %x_addr 28 %0 = load <16 x i8>, <16 x i8>* %x_addr, align 16 ; <<16 x i8>> [#uses=1]
|
D | vec_misaligned.ll | 15 %x_addr = alloca i32 ; <i32*> [#uses=1] 19 store i32 %x, i32* %x_addr
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | 2008-02-01-ReturnAttrs.ll | 12 %x_addr = alloca i32 13 store i32 %x, i32* %x_addr, align 4 14 ; CHECK: %tmp1 = call i32 @deref(i32 %x_addr.val) [[NUW:#[0-9]+]] 15 %tmp1 = call i32 @deref( i32* %x_addr ) nounwind
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | 2007-08-06-MisinterpretBranch.ll | 12 %x_addr.0 = phi i32 [ %tmp6, %bb ], [ %x, %entry ] ; <i32> [#uses=1] 13 %tmp6 = add i32 %x_addr.0, 1 ; <i32> [#uses=3] 18 %x_addr.1 = phi i32 [ %x, %entry ], [ %tmp6, %bb ] ; <i32> [#uses=1] 19 ret i32 %x_addr.1
|
D | 2007-08-06-Unsigned.ll | 15 %x_addr.0 = phi i32 [ %tmp2, %bb3 ], [ %x, %bb.preheader ] ; <i32> [#uses=1] 16 %tmp2 = add i32 %x_addr.0, 1 ; <i32> [#uses=3] 27 %x_addr.1 = phi i32 [ %x, %entry ], [ %tmp2, %bb8.loopexit ] ; <i32> [#uses=1] 31 ret i32 %x_addr.1
|
D | 2008-11-18-Stride2.ll | 21 %x_addr.04 = add i32 %tmp, %x ; <i32> [#uses=1] 22 %1 = add i32 %x_addr.04, 3 ; <i32> [#uses=2] 35 %x_addr.0.lcssa = phi i32 [ %.lcssa, %bb1.bb2_crit_edge ], [ %x, %entry ] ; <i32> [#uses=1] 36 ret i32 %x_addr.0.lcssa
|
D | 2008-11-18-Stride1.ll | 22 %x_addr.04 = add i32 %tmp, %x ; <i32> [#uses=1] 23 %1 = add i32 %x_addr.04, -3 ; <i32> [#uses=2] 36 %x_addr.0.lcssa = phi i32 [ %.lcssa, %bb1.bb2_crit_edge ], [ %x, %entry ] ; <i32> [#uses=1] 37 ret i32 %x_addr.0.lcssa
|
D | do-loop.ll | 12 %x_addr.0 = add i32 %indvar, %x ; <i32> [#uses=1] 13 %tmp2 = add i32 %x_addr.0, 1 ; <i32> [#uses=2]
|
/external/llvm/test/CodeGen/X86/ |
D | invalid-shift-immediate.ll | 9 %x_addr = alloca i32 ; <i32*> [#uses=2] 11 store i32 %x, i32* %x_addr 12 %tmp = load i32, i32* %x_addr, align 4 ; <i32> [#uses=1]
|
D | 2009-11-16-MachineLICM.ll | 27 %x_addr.03 = getelementptr float, float* %x, i64 %tmp9 ; <float*> [#uses=1] 29 store float %1, float* %x_addr.03, align 4
|
D | sse-minmax.ll | 821 %x_addr.0 = select i1 %0, double 3.000000e+03, double %x ; <double> [#uses=1] 822 ret double %x_addr.0 839 %x_addr.0 = select i1 %0, double 3.000000e+03, double %x ; <double> [#uses=1] 840 ret double %x_addr.0 859 %x_addr.0 = select i1 %0, double 3.000000e+03, double %x ; <double> [#uses=1] 860 ret double %x_addr.0 877 %x_addr.0 = select i1 %0, double 3.000000e+03, double %x ; <double> [#uses=1] 878 ret double %x_addr.0 897 %x_addr.0 = select i1 %0, double 3.000000e+03, double %x ; <double> [#uses=1] 898 ret double %x_addr.0 [all …]
|
D | sink-hoist.ll | 106 %0 = bitcast float* %x_addr.0 to <4 x float>* ; <<4 x float>*> [#uses=1] 130 %5 = getelementptr float, float* %x_addr.0, i64 4 ; <float*> [#uses=1] 138 %x_addr.0 = phi float* [ %x, %entry ], [ %5, %bb ] ; <float*> [#uses=2]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | dangling-use.ll | 13 %x_addr.0 = phi i8* [ %x, %entry ], [ %tmp481, %bb48 ] ; <i8*> [#uses=2] 18 %tmp351 = getelementptr inbounds i8, i8* %x_addr.0, i32 %tmp326 ; <i8*> [#uses=1] 39 %tmp481 = getelementptr inbounds i8, i8* %x_addr.0, i32 1 ; <i8*> [#uses=1]
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | ConvertDebugInfo2.ll | 17 %x_addr.i = alloca i32 ; <i32*> [#uses=2] 25 …call void @llvm.dbg.declare(metadata i32* %x_addr.i, metadata !9, metadata !DIExpression()) nounwi… 26 store i32 %0, i32* %x_addr.i 31 %1 = load i32, i32* %x_addr.i, align 4, !dbg !18 ; <i32> [#uses=1]
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2008-06-05-APInt-OverAShr.ll | 10 %x_addr = alloca i65 ; <i65*> [#uses=2] 14 store i65 %x, i65* %x_addr 15 %tmp1 = load i65, i65* %x_addr, align 4 ; <i65> [#uses=1]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2008-06-05-APInt-OverAShr.ll | 10 %x_addr = alloca i65 ; <i65*> [#uses=2] 14 store i65 %x, i65* %x_addr 15 %tmp1 = load i65, i65* %x_addr, align 4 ; <i65> [#uses=1]
|
/external/llvm/test/DebugInfo/X86/ |
D | 2010-04-13-PubType.ll | 10 %x_addr = alloca %struct.X* ; <%struct.X**> [#uses=1] 15 …call void @llvm.dbg.declare(metadata %struct.X** %x_addr, metadata !0, metadata !DIExpression()), … 16 store %struct.X* %x, %struct.X** %x_addr
|
/external/llvm/test/Transforms/GVN/ |
D | calls-readonly.ll | 18 %x_addr.0 = phi i32 [ %2, %bb ], [ %x, %entry ] ; <i32> [#uses=1] 21 %5 = add i32 %x_addr.0, %0 ; <i32> [#uses=1]
|
/external/webrtc/api/ |
D | function_view_unittest.cc | 85 int* x_addr = x.get(); in TEST() local 87 EXPECT_EQ(x_addr, y.get()); in TEST()
|
/external/ComputeLibrary/src/core/CL/cl_kernels/common/ |
D | select.cl | 75 …__global uchar *x_addr = x_ptr + x_offset_first_element_in_bytes + offset * sizeof(DATA_TYPE) + … 83 in_x = VLOAD(VEC_SIZE)(0, (__global DATA_TYPE *)x_addr); 141 …__global uchar *x_addr = x_ptr + x_offset_first_element_in_bytes + offset * sizeof(DATA_TYPE) + … 149 in_x = VLOAD(VEC_SIZE)(0, (__global DATA_TYPE *)x_addr); 209 …__global uchar *x_addr = x_ptr + x_offset_first_element_in_bytes + offset * sizeof(DATA_TYPE) + … 217 in_x = VLOAD(VEC_SIZE)(0, (__global DATA_TYPE *)x_addr);
|