HomeSort by relevance Sort by last modified time
    Searched full:phi (Results 501 - 525 of 2375) sorted by null

<<21222324252627282930>>

  /external/llvm/test/CodeGen/AArch64/
ldst-opt.ll 196 %retptr = phi i32* [ %gep1, %if.then ], [ %gep2, %if.end ]
214 %retptr = phi i64* [ %gep1, %if.then ], [ %gep2, %if.end ]
232 %retptr = phi <2 x i64>* [ %gep1, %if.then ], [ %gep2, %if.end ]
250 %retptr = phi float* [ %gep1, %if.then ], [ %gep2, %if.end ]
268 %retptr = phi double* [ %gep1, %if.then ], [ %gep2, %if.end ]
297 %retptr = phi i32* [ %gep1, %if.then ], [ %gep2, %if.end ]
316 %retptr = phi i64* [ %gep1, %if.then ], [ %gep2, %if.end ]
335 %retptr = phi <2 x i64>* [ %gep1, %if.then ], [ %gep2, %if.end ]
354 %retptr = phi float* [ %gep1, %if.then ], [ %gep2, %if.end ]
373 %retptr = phi double* [ %gep1, %if.then ], [ %gep2, %if.end
    [all...]
arm64-extload-knownzero.ll 18 %tmp3 = phi i16 [ 0, %entry ], [ %tmp2, %bb1 ]
  /dalvik/dx/tests/083-ssa-phi-placement/
run 18 dx --dump --ssa-blocks --ssa-step=phi-placement Blort.class
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 74 joinAt = phi = entry = exit = NULL;
123 if (phi) {
124 insertBefore(phi, inst);
130 phi = exit = inst;
139 if (phi) {
140 insertAfter(exit, inst); // after last phi
161 assert(phi);
164 assert(!phi);
165 phi = exit = inst;
173 assert(!phi);
    [all...]
  /external/chromium_org/v8/src/compiler/
verifier.h 28 // Verifies properties of a schedule, such as dominance, phi placement, etc.
  /external/clang/test/CodeGenCXX/
builtins.cpp 14 // CHECK: %[[LVALUE:.*]] = phi
  /external/llvm/test/Analysis/BasicAA/
noalias-geps.ll 23 %ptr_phi = phi i32* [ %f, %bb1 ], [ %f2, %bb2 ]
24 %ptr_phi2 = phi i32* [ %g, %bb1 ], [ %g2, %bb2 ]
49 %ptr_phi = phi [2 x i32]* [ %f, %bb1 ], [ %f2, %bb2 ]
50 %ptr_phi2 = phi [2 x i32]* [ %g, %bb1 ], [ %g2, %bb2 ]
phi-and-select.ll 27 %a = phi double* [ %x, %true ], [ %y, %false ]
28 %b = phi double* [ %x, %false ], [ %y, %true ]
57 %a = phi double* [ %x, %true ], [ %y, %false ]
67 %b = phi double* [ %v, %ntrue ], [ %w, %nfalse ]
  /external/llvm/test/Analysis/CostModel/X86/
loop_v2.ll 11 %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ]
12 %vec.phi = phi <2 x i32> [ zeroinitializer, %vector.ph ], [ %12, %vector.body ]
29 %12 = add nsw <2 x i32> %11, %vec.phi
  /external/llvm/test/Analysis/Dominators/
2006-10-02-BreakCritEdges.ll 14 %B = phi i1 [ true, %brtrue ], [ false, %entry ] ; <i1> [#uses=1]
  /external/llvm/test/Analysis/MemoryDependenceAnalysis/
memdep_requires_dominator_tree.ll 11 %i.01 = phi i32 [ 0, %entry ], [ %tmp8.7, %for.body ]
  /external/llvm/test/Analysis/RegionInfo/
unreachable_bb.ll 15 %indvar = phi i64 [ 0, %for.pre ], [ %indvar.next, %for.inc ]
  /external/llvm/test/Analysis/ScalarEvolution/
do-loop.ll 11 %indvar = phi i32 [ 0, %entry ], [ %indvar.next, %bb ] ; <i32> [#uses=2]
trip-count11.ll 15 %sum.0 = phi i32 [ 0, %entry ], [ %add, %for.inc ]
17 %i.0 = phi i32 [ 0, %entry ], [ %inc, %for.inc ]
38 %sum.0 = phi i32 [ 0, %entry ], [ %add, %for.inc ]
40 %i.0 = phi i32 [ 0, %entry ], [ %inc, %for.inc ]
  /external/llvm/test/CodeGen/ARM/
extload-knownzero.ll 16 %tmp3 = phi i16 [ 0, %entry ], [ %tmp2, %bb1 ]
ifcvt11.ll 22 %r.19 = phi i32 [ 0, %bb.nph ], [ %r.0, %bb4 ]
23 %n.08 = phi i32 [ 0, %bb.nph ], [ %10, %bb4 ]
51 %r.0 = phi i32 [ %9, %bb3 ], [ %8, %bb2 ]
57 %r.1.lcssa = phi i32 [ 0, %entry ], [ %r.0, %bb4 ]
lsr-scale-addr-mode.ll 10 %indvar = phi i32 [ 0, %entry ], [ %tmp25, %cond_next ] ; <i32> [#uses=1]
phi.ll 21 %gep = phi i32* [%lbranch, %lblock], [%rbranch, %rblock]
  /external/llvm/test/CodeGen/Generic/
2003-05-27-phifcmpd.ll 13 %val.1 = phi i1 [ false, %entry ], [ %tmp.213, %shortcirc_next.1 ] ; <i1> [#uses=1]
2005-04-09-GlobalInPHI.ll 14 %tmp.167.1 = phi i32 [ ptrtoint ([17 x i8]* @.str_87 to i32), %entry ], [ 0, %cond_true ] ; <i32> [#uses=0]
  /external/llvm/test/CodeGen/Hexagon/
cmp_pred2.ll 23 %0 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %sub, %if.then ]
44 %0 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %sub, %if.then ]
65 %0 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %sub, %if.then ]
85 %0 = phi i32 [ %.pre, %entry.if.end_crit_edge ], [ %sub, %if.then ]
  /external/llvm/test/CodeGen/PowerPC/
2009-03-17-LSRBug.ll 19 %pj.0.rec.i247 = phi i32 [ %indvar.next488, %bb7.i252 ], [ 0, %bb29 ] ; <i32> [#uses=2]
29 %indvar504 = phi i32 [ %indvar.next505, %bb34 ], [ 0, %bb21 ] ; <i32> [#uses=2]
30 %pa.1 = phi i8* [ null, %bb34 ], [ %0, %bb21 ] ; <i8*> [#uses=2]
45 %pj.0.rec.i156 = phi i32 [ %indvar.next394, %bb7.i161 ], [ 0, %bb50 ] ; <i32> [#uses=2]
illegal-element-type.ll 20 %V.0 = phi <8 x i16> [ %tmp42, %bb45 ], [ zeroinitializer, %bb30 ] ; <<8 x i16>> [#uses=1]
  /external/llvm/test/CodeGen/R600/
basic-loop.ll 10 %i = phi i32 [0, %entry], [%i.inc, %loop.body]
jump-address.ll 31 %temp.0 = phi float [ 0xFFF8000000000000, %main_body ], [ 0.000000e+00, %ELSE ], [ 0.000000e+00, %IF13 ]
32 %temp1.0 = phi float [ 0.000000e+00, %main_body ], [ %23, %IF13 ], [ 0.000000e+00, %ELSE ]
33 %temp2.0 = phi float [ 1.000000e+00, %main_body ], [ 0.000000e+00, %ELSE ], [ 0.000000e+00, %IF13 ]
34 %temp3.0 = phi float [ 5.000000e-01, %main_body ], [ 0.000000e+00, %ELSE ], [ 0.000000e+00, %IF13 ]

Completed in 272 milliseconds

<<21222324252627282930>>