HomeSort by relevance Sort by last modified time
    Searched full:phi1 (Results 1 - 25 of 31) sorted by null

1 2

  /external/llvm/test/Transforms/IndVarSimplify/
const_phi.ll 20 ; %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 ]
2012-10-19-congruent-constant.ll 9 %phi1 = phi i1 [ false, %entry ], [ %cmpa, %for.body ]
12 tail call void @aux(i1 %phi1, i1 %phi2) nounwind
  /external/v8/test/mjsunit/regress/
regress-crbug-173907.js 42 var phi1 = v + K;
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
56 // All registers are blocked and phis for phi1 and phi2 are spilled because
67 // Now swap values of phi1 and phi2 to create cycle between phis.
68 var t = phi1;
69 phi1 = phi2;
73 // Now we want to get values of phi1 and phi2. However we would like to
74 // do it in a way that does not produce any uses of phi1&phi2 that have
76 result[0] = (O === 0) ? phi1 : phi2;
77 result[1] = (O !== 0) ? phi1 : phi2
    [all...]
regress-crbug-173907b.js 42 var phi1 = v + K;
45 spill(); // At this point initial values for phi1 and phi2 are spilled.
56 // All registers are blocked and phis for phi1 and phi2 are spilled because
67 // Now swap values of phi1 and phi2 to create cycle between phis.
68 var t = phi1;
69 phi1 = phi2;
73 // Now we want to get values of phi1 and phi2. However we would like to
74 // do it in a way that does not produce any uses of phi1&phi2 that have
76 result[0] = (O === 0) ? phi1 : phi2;
77 result[1] = (O !== 0) ? phi1 : phi2
    [all...]
  /external/llvm/test/Analysis/ScalarEvolution/
scev-invalid.ll 27 %phi1 = phi i32 [ %add1, %b18 ], [ %xor1, %b17 ]
28 %add1 = add nsw i32 %phi1, -1
  /external/llvm/test/Transforms/InstCombine/
fold-phi.ll 26 %phi1 = phi i64 [ undef, %entry ], [ %or2, %if.end ]
31 %or1 = or i64 %phi1, %zext
  /external/llvm/test/Transforms/JumpThreading/
pr22086.ll 15 %phi1 = phi i32 [ undef, %for.cond1 ]
19 %tobool21 = icmp eq i32 %phi1, 0
  /external/llvm/test/Transforms/SLPVectorizer/X86/
phi_overalignedtype.ll 37 %phi1 = phi double [ %i1.1, %entry ], [ %i2.1, %then ]
43 store double %phi1, double* %o.gep1, align 16
phi.ll 240 %phi1 = phi x86_fp80 [ %i1.1, %entry ], [ %i2.1, %then ]
246 store x86_fp80 %phi1, x86_fp80* %o.gep1, align 16
  /external/llvm/test/Transforms/GVN/
pre-gep-load.ll 58 ; CHECK: [[PHI1:%.*]] = phi i64 [ [[SEXT1]], {{%.*}} ], [ [[PHI2:%.*]], {{%.*}} ]
60 ; CHECK: [[PHI2]] = phi i64 [ [[SEXT2]], {{.*}} ], [ [[PHI1]], {{%.*}} ]
  /external/llvm/test/Transforms/LICM/
lcssa-ssa-promoter.ll 51 ; CHECK-NEXT: %[[PHI1:[^,]+]] = phi i32 [ 0, %inner.body.rhs ], [ %[[PHI0]], %inner.header ]
57 ; CHECK-NEXT: %[[INNER_LCSSA:[^,]+]] = phi i32 [ %[[PHI1]], %inner.latch ]
  /art/test/510-checker-try-catch/smali/
SsaBuilder.smali 100 ## CHECK-DAG: <<Phi1:i\d+>> Phi [<<P0>>,<<P1>>,<<P2>>] reg:0 is_catch_phi:true
101 ## CHECK-DAG: <<Phi2:i\d+>> Phi [<<Div3>>,<<Phi1>>] reg:0 is_catch_phi:false
141 ## CHECK-DAG: <<Phi1:i\d+>> Phi [<<Add1>>] reg:1 is_catch_phi:true
142 ## CHECK-DAG: <<Add2:i\d+>> Add [<<Cst5>>,<<Phi1>>]
  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 728 Node* phi1 = t.graph.NewNode( local
730 Node* cond1 = t.graph.NewNode(&kIntAdd, phi1, t.one);
746 Node* ret = t.graph.NewNode(t.common.Return(), phi1, t.start, exit1);
749 Node* choices[] = {p1, phi1, cond1, phi2, cond2};
754 Node* header1[] = {loop1, phi1};
804 Node* phi1 = t.graph.NewNode(t.common.Phi(MachineRepresentation::kWord32, 2), local
806 Node* cond1 = t.graph.NewNode(&kIntAdd, phi1, p1b);
833 Node* ret = t.graph.NewNode(t.common.Return(), phi1, t.start, exit1);
839 Node* o2[] = {t.one, phi1, cond1};
840 Node* o3[] = {t.one, phi1, cond1, phi2, cond2}
    [all...]
  /external/v8/test/unittests/compiler/
branch-elimination-unittest.cc 133 Node* phi1 = local
146 Node* add = graph()->NewNode(machine()->Int32Add(), phi1, phi2);
scheduler-unittest.cc 743 Node* phi1 = graph()->NewNode( local
749 fv, phi1, m);
863 Node* phi1 = graph()->NewNode( local
867 ind->ReplaceInput(1, phi1); // close induction variable.
893 Node* phi1 = graph()->NewNode( local
896 Node* add = graph()->NewNode(&kIntAdd, ind, phi1);
942 Node* phi1 = graph()->NewNode( local
945 Node* add = graph()->NewNode(&kIntAdd, ind, phi1);
    [all...]
  /external/llvm/test/CodeGen/AArch64/
ldst-opt.ll     [all...]
  /external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
relocation.ll 18 ; 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/llvm/test/Transforms/RewriteStatepointsForGC/
relocation.ll 17 ; CHECK: %phi1 = phi i64 addrspace(1)* [ %obj.relocated.casted, %entry ], [ %obj3, %joint2 ]
18 %phi1 = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj3, %joint2 ]
273 %phi1 = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj2, %callbb ]
  /external/opencv/cv/src/
cvhough.cpp 293 float phi, phi1; local
316 for( ti1 = 1, phi = theta_it - halfPi, phi1 = (theta_it + t) * itheta;
317 ti1 < halftn; ti1++, phi += theta_it, phi1 += scale_factor )
321 i += cvFloor( phi1 );
    [all...]
  /external/v8/src/compiler/
change-lowering.cc 363 Node* phi1 = graph()->NewNode(phi_op, vtrue1, vfalse1, merge1); local
366 NodeProperties::ReplaceUses(value, phi1, ephi1, etrue1, etrue1);
377 return Replace(phi1);
  /external/opencv3/modules/imgproc/src/
hough.cpp 276 float phi, phi1; local
299 for( ti1 = 1, phi = theta_it - (float)(CV_PI*0.5), phi1 = (theta_it + t) * itheta;
300 ti1 < halftn; ti1++, phi += theta_it, phi1 += scale_factor )
304 i += cvFloor( phi1 );
    [all...]
  /external/llvm/test/Transforms/SROA/
phi-and-select.ll 399 %phi1 = phi i32* [ null, %entry ], [ %h, %loop1 ], [ %h, %loop2 ]
406 %phi2 = phi i32* [ %phi1, %loop2 ], [ null, %entry ]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 725 // cos (theta), sin (phi1) sin (theta), -cos (phi1) sin (theta)
743 // cos (psi), cos (phi1) sin (psi), sin (phi1) sin (psi)
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
sgpr-copy.ll 6 ; CHECK-LABEL: {{^}}phi1:
10 define void @phi1(<16 x i8> addrspace(2)* inreg, <16 x i8> addrspace(2)* inreg, <32 x i8> addrspace(2)* inreg, i32 inreg, <2 x i32>, <2 x i32>, <2 x i32>, <3 x i32>, <2 x i32>, <2 x i32>, <2 x i32>, float, float, float, float, float, float, float, float, float) #0 {
  /external/freetype/src/base/
ftstroke.c 1654 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]

Completed in 652 milliseconds

1 2