/external/llvm/test/CodeGen/PowerPC/ |
D | a2-fp-basic.ll | 7 %a.realp = getelementptr inbounds %0, %0* %a, i32 0, i32 0 8 %a.real = load double, double* %a.realp 11 %b.realp = getelementptr inbounds %0, %0* %b, i32 0, i32 0 12 %b.real = load double, double* %b.realp 21 %c.realp = getelementptr inbounds %0, %0* %c, i32 0, i32 0 22 %c.real = load double, double* %c.realp
|
D | ppc440-fp-basic.ll | 7 %a.realp = getelementptr inbounds %0, %0* %a, i32 0, i32 0 8 %a.real = load double, double* %a.realp 11 %b.realp = getelementptr inbounds %0, %0* %b, i32 0, i32 0 12 %b.real = load double, double* %b.realp 21 %c.realp = getelementptr inbounds %0, %0* %c, i32 0, i32 0 22 %c.real = load double, double* %c.realp
|
D | complex-return.ll | 14 …%x.realp = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %x, i32 0, i… 15 %x.real = load ppc_fp128, ppc_fp128* %x.realp 40 %x.realp = getelementptr inbounds { float, float }, { float, float }* %x, i32 0, i32 0 41 %x.real = load float, float* %x.realp
|
D | load-two-flts.ll | 5 define void @_Z4testSt7complexIfE(float %v0, float %v1, i64* %ref.tmp, float* %_M_value.realp.i.i, … 19 store float %mul_r.i.i, float* %_M_value.realp.i.i, align 4 32 define i64* @_Z4testSt7complexIfE_idx(float %v0, float %v1, i64* %ref.tmp, float* %_M_value.realp.i… 47 store float %mul_r.i.i, float* %_M_value.realp.i.i, align 4
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | a2-fp-basic.ll | 7 %a.realp = getelementptr inbounds %0, %0* %a, i32 0, i32 0 8 %a.real = load double, double* %a.realp 11 %b.realp = getelementptr inbounds %0, %0* %b, i32 0, i32 0 12 %b.real = load double, double* %b.realp 21 %c.realp = getelementptr inbounds %0, %0* %c, i32 0, i32 0 22 %c.real = load double, double* %c.realp
|
D | ppc440-fp-basic.ll | 7 %a.realp = getelementptr inbounds %0, %0* %a, i32 0, i32 0 8 %a.real = load double, double* %a.realp 11 %b.realp = getelementptr inbounds %0, %0* %b, i32 0, i32 0 12 %b.real = load double, double* %b.realp 21 %c.realp = getelementptr inbounds %0, %0* %c, i32 0, i32 0 22 %c.real = load double, double* %c.realp
|
D | aix-complex.ll | 15 …%retval.realp = getelementptr inbounds { double, double }, { double, double }* %retval, i32 0, i32… 16 store double 1.000000e+00, double* %retval.realp, align 8 52 %retval.realp = getelementptr inbounds { float, float }, { float, float }* %retval, i32 0, i32 0 54 store float 1.000000e+00, float* %retval.realp, align 4 89 …%retval.realp = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %retval… 91 store ppc_fp128 0xM7ffeffffffffffffffffffffffffffff, ppc_fp128* %retval.realp, align 16
|
D | complex-return.ll | 14 …%x.realp = getelementptr inbounds { ppc_fp128, ppc_fp128 }, { ppc_fp128, ppc_fp128 }* %x, i32 0, i… 15 %x.real = load ppc_fp128, ppc_fp128* %x.realp 40 %x.realp = getelementptr inbounds { float, float }, { float, float }* %x, i32 0, i32 0 41 %x.real = load float, float* %x.realp
|
D | load-two-flts.ll | 4 define void @_Z4testSt7complexIfE(float %v0, float %v1, i64* %ref.tmp, float* %_M_value.realp.i.i, … 18 store float %mul_r.i.i, float* %_M_value.realp.i.i, align 4 31 define i64* @_Z4testSt7complexIfE_idx(float %v0, float %v1, i64* %ref.tmp, float* %_M_value.realp.i… 46 store float %mul_r.i.i, float* %_M_value.realp.i.i, align 4
|
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/irtranslator/ |
D | aggregate_struct_return.ll | 12 ; MIPS32: [[LOAD:%[0-9]+]]:_(s32) = G_LOAD [[COPY2]](p0) :: (load 4 from %ir..realp) 26 %.realp = getelementptr inbounds { float, float }, { float, float }* %a, i32 0, i32 0 27 %.real = load float, float* %.realp, align 4 49 ; MIPS32: [[LOAD:%[0-9]+]]:_(s64) = G_LOAD [[COPY2]](p0) :: (load 8 from %ir..realp) 63 %.realp = getelementptr inbounds { double, double }, { double, double }* %a, i32 0, i32 0 64 %.real = load double, double* %.realp, align 8 92 ; MIPS32: G_STORE [[COPY1]](s32), [[COPY3]](p0) :: (store 4 into %ir..realp) 99 %.realp = getelementptr inbounds { float, float }, { float, float }* %z, i32 0, i32 0 101 store float %0, float* %.realp, align 4 120 ; MIPS32: G_STORE [[COPY1]](s64), [[COPY3]](p0) :: (store 8 into %ir..realp) [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | complex-copy-noneon.ll | 11 %src.realp = getelementptr inbounds { double, double }, { double, double }* %src, i32 0, i32 0 12 %src.real = load double, double* %src.realp 16 %dst.realp = getelementptr inbounds { double, double }, { double, double }* %dst, i32 0, i32 0 18 store double %src.real, double* %dst.realp
|
D | sve-merging-stores.ll | 25 %realp = getelementptr inbounds %complex, %complex* %outval, i64 0, i32 0, i32 0 32 store double %3, double* %realp, align 8
|
D | ldst-opt.ll | 1038 %src.realp = getelementptr inbounds { i32, i32 }, { i32, i32 }* %src, i32 0, i32 0 1039 %src.real = load i32, i32* %src.realp 1043 %dst.realp = getelementptr inbounds { i32, i32 }, { i32, i32 }* %dst, i32 0, i32 0 1045 store i32 %src.real, i32* %dst.realp 1057 %src.realp = getelementptr inbounds { i64, i64 }, { i64, i64 }* %src, i32 0, i32 0 1058 %src.real = load i64, i64* %src.realp 1062 %dst.realp = getelementptr inbounds { i64, i64 }, { i64, i64 }* %dst, i32 0, i32 0 1064 store i64 %src.real, i64* %dst.realp 1076 %src.realp = getelementptr inbounds { float, float }, { float, float }* %src, i32 0, i32 0 1077 %src.real = load float, float* %src.realp [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-complex-copy-noneon.ll | 11 %src.realp = getelementptr inbounds { double, double }, { double, double }* %src, i32 0, i32 0 12 %src.real = load double, double* %src.realp 16 %dst.realp = getelementptr inbounds { double, double }, { double, double }* %dst, i32 0, i32 0 18 store double %src.real, double* %dst.realp
|
D | complex-copy-noneon.ll | 11 %src.realp = getelementptr inbounds { double, double }, { double, double }* %src, i32 0, i32 0 12 %src.real = load double, double* %src.realp 16 %dst.realp = getelementptr inbounds { double, double }, { double, double }* %dst, i32 0, i32 0 18 store double %src.real, double* %dst.realp
|
D | ldst-opt.ll | 1037 %src.realp = getelementptr inbounds { i32, i32 }, { i32, i32 }* %src, i32 0, i32 0 1038 %src.real = load i32, i32* %src.realp 1042 %dst.realp = getelementptr inbounds { i32, i32 }, { i32, i32 }* %dst, i32 0, i32 0 1044 store i32 %src.real, i32* %dst.realp 1056 %src.realp = getelementptr inbounds { i64, i64 }, { i64, i64 }* %src, i32 0, i32 0 1057 %src.real = load i64, i64* %src.realp 1061 %dst.realp = getelementptr inbounds { i64, i64 }, { i64, i64 }* %dst, i32 0, i32 0 1063 store i64 %src.real, i64* %dst.realp 1075 %src.realp = getelementptr inbounds { float, float }, { float, float }* %src, i32 0, i32 0 1076 %src.real = load float, float* %src.realp [all …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
D | aggregate_struct_return.ll | 16 %.realp = getelementptr inbounds { float, float }, { float, float }* %a, i32 0, i32 0 17 %.real = load float, float* %.realp, align 4 43 %.realp = getelementptr inbounds { double, double }, { double, double }* %a, i32 0, i32 0 44 %.real = load double, double* %.realp, align 8 80 %.realp = getelementptr inbounds { float, float }, { float, float }* %z, i32 0, i32 0 82 store float %0, float* %.realp, align 4 109 %.realp = getelementptr inbounds { double, double }, { double, double }* %z, i32 0, i32 0 111 store double %0, double* %.realp, align 8
|
/external/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | large-loop-rdx.ll | 33 …%arrayidx5.realp = getelementptr inbounds [3 x { float, float }], [3 x { float, float }]* %a, i64 … 34 %arrayidx5.real = load float, float* %arrayidx5.realp, align 8 42 …%arrayidx5.realp.1 = getelementptr inbounds [3 x { float, float }], [3 x { float, float }]* %a, i6… 43 %arrayidx5.real.1 = load float, float* %arrayidx5.realp.1, align 8 51 …%arrayidx5.realp.2 = getelementptr inbounds [3 x { float, float }], [3 x { float, float }]* %a, i6… 52 %arrayidx5.real.2 = load float, float* %arrayidx5.realp.2, align 8
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | large-loop-rdx.ll | 33 …%arrayidx5.realp = getelementptr inbounds [3 x { float, float }], [3 x { float, float }]* %a, i64 … 34 %arrayidx5.real = load float, float* %arrayidx5.realp, align 8 42 …%arrayidx5.realp.1 = getelementptr inbounds [3 x { float, float }], [3 x { float, float }]* %a, i6… 43 %arrayidx5.real.1 = load float, float* %arrayidx5.realp.1, align 8 51 …%arrayidx5.realp.2 = getelementptr inbounds [3 x { float, float }], [3 x { float, float }]* %a, i6… 52 %arrayidx5.real.2 = load float, float* %arrayidx5.realp.2, align 8
|
/external/llvm-project/llvm/test/DebugInfo/ARM/ |
D | sroa-complex.ll | 15 …%c.realp = getelementptr inbounds { double, double }, { double, double }* %c, i32 0, i32 0, !dbg !… 17 store double 0.000000e+00, double* %c.realp, align 8, !dbg !17
|
/external/llvm/test/DebugInfo/ARM/ |
D | sroa-complex.ll | 16 …%c.realp = getelementptr inbounds { double, double }, { double, double }* %c, i32 0, i32 0, !dbg !… 18 store double 0.000000e+00, double* %c.realp, align 8, !dbg !17
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | combined-partial-overwrites.ll | 24 …%_M_value.realp.i.i = getelementptr inbounds %"struct.std::complex", %"struct.std::complex"* %agg.… 37 store float %mul_r.i.i, float* %_M_value.realp.i.i, align 4
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MemDepAnalysis/ |
D | combined-partial-overwrites.ll | 24 …%_M_value.realp.i.i = getelementptr inbounds %"struct.std::complex", %"struct.std::complex"* %agg.… 37 store float %mul_r.i.i, float* %_M_value.realp.i.i, align 4
|
/external/libabigail/src/ |
D | abg-tools-utils.cc | 647 char *realp = realpath(path.c_str(), NULL); in real_path() local 648 if (realp) in real_path() 650 result = realp; in real_path() 651 free(realp); in real_path()
|
/external/llvm/test/CodeGen/X86/ |
D | fp128-i128.ll | 286 %z.realp = getelementptr inbounds { fp128, fp128 }, { fp128, fp128 }* %z, i64 0, i32 0 287 %z.real = load fp128, fp128* %z.realp, align 16
|