Home
last modified time | relevance | path

Searched refs:phi1 (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/Transforms/IndVarSimplify/
Dconst_phi.ll20 ; %phi0.pre and %phi1.pre are evaluated by SCEV to constant 0.
22 %phi1.pre = phi i32 [ 0, %entry ], [ 1, %not_taken ]
26 ; %phi0 and %phi1 are evaluated by SCEV to constant 0.
28 %phi1 = phi i32 [ 0, %loop ], [ %phi1.pre, %pre ]
D2012-10-19-congruent-constant.ll9 %phi1 = phi i1 [ false, %entry ], [ %cmpa, %for.body ]
12 tail call void @aux(i1 %phi1, i1 %phi2) nounwind
/external/llvm/test/Transforms/JumpThreading/
Dpr22086.ll15 %phi1 = phi i32 [ undef, %for.cond1 ]
19 %tobool21 = icmp eq i32 %phi1, 0
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-invalid.ll27 %phi1 = phi i32 [ %add1, %b18 ], [ %xor1, %b17 ]
28 %add1 = add nsw i32 %phi1, -1
/external/llvm/test/Transforms/InstCombine/
Dfold-phi.ll26 %phi1 = phi i64 [ undef, %entry ], [ %or2, %if.end ]
31 %or1 = or i64 %phi1, %zext
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dphi_overalignedtype.ll37 %phi1 = phi double [ %i1.1, %entry ], [ %i2.1, %then ]
43 store double %phi1, double* %o.gep1, align 16
Dphi.ll240 %phi1 = phi x86_fp80 [ %i1.1, %entry ], [ %i2.1, %then ]
246 store x86_fp80 %phi1, x86_fp80* %o.gep1, align 16
/external/llvm/test/CodeGen/AArch64/
Dldst-opt.ll1122 %phi1 = phi i32* [ %gep4, %for.body ], [ %b, %0 ]
1125 %gep1 = getelementptr i32, i32* %phi1, i64 -1
1129 %load2 = load i32, i32* %phi1
1133 %gep4 = getelementptr i32, i32* %phi1, i64 -2
1146 %phi1 = phi i64* [ %gep4, %for.body ], [ %b, %0 ]
1149 %gep1 = getelementptr i64, i64* %phi1, i64 -1
1153 %load2 = load i64, i64* %phi1
1157 %gep4 = getelementptr i64, i64* %phi1, i64 -2
1170 %phi1 = phi <2 x i64>* [ %gep4, %for.body ], [ %b, %0 ]
1173 %gep1 = getelementptr <2 x i64>, <2 x i64>* %phi1, i64 -1
[all …]
/external/mesa3d/src/compiler/nir/
Dnir_instr_set.c340 nir_phi_instr *phi1 = nir_instr_as_phi(instr1); in nir_instrs_equal() local
343 if (phi1->instr.block != phi2->instr.block) in nir_instrs_equal()
346 nir_foreach_phi_src(src1, phi1) { in nir_instrs_equal()
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drelocation.ll18 ; CHECK: %phi1 = phi i64 addrspace(1)* [ %obj.relocated.casted, %entry ], [ %obj3, %joint2 ]
19 %phi1 = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj3, %joint2 ]
267 %phi1 = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj2, %callbb ]
/external/freetype/src/base/
Dftstroke.c1665 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1673 phi1 = ft_angle_mean( angle_in, angle_mid ); in FT_Stroker_CubicTo()
1689 FT_Vector_From_Polar( &ctrl1, length1, phi1 + rotate ); in FT_Stroker_CubicTo()
/external/pdfium/third_party/freetype/src/base/
Dftstroke.c1664 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; in FT_Stroker_CubicTo() local
1672 phi1 = ft_angle_mean( angle_in, angle_mid ); in FT_Stroker_CubicTo()
1688 FT_Vector_From_Polar( &ctrl1, length1, phi1 + rotate ); in FT_Stroker_CubicTo()
/external/llvm/test/Transforms/SROA/
Dphi-and-select.ll399 %phi1 = phi i32* [ null, %entry ], [ %h, %loop1 ], [ %h, %loop2 ]
406 %phi2 = phi i32* [ %phi1, %loop2 ], [ null, %entry ]
/external/llvm/test/CodeGen/AMDGPU/
Dsgpr-copy.ll11 ; CHECK-LABEL: {{^}}phi1:
14 define amdgpu_ps void @phi1(<16 x i8> addrspace(2)* inreg %arg, <16 x i8> addrspace(2)* inreg %arg1…
/external/v8/src/compiler/
Dwasm-compiler.cc2571 Node* phi1 = graph()->NewNode(phi_op, vtrue1, vfalse1, merge1); in BuildChangeTaggedToFloat64() local
2574 NodeProperties::ReplaceUses(value, phi1, ephi1, etrue1, etrue1); in BuildChangeTaggedToFloat64()
2584 return phi1; in BuildChangeTaggedToFloat64()