HomeSort by relevance Sort by last modified time
    Searched refs:phi2 (Results 1 - 9 of 9) sorted by null

  /external/v8/test/mjsunit/regress/
regress-crbug-173907.js 43 var phi2 = 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.
69 phi1 = phi2;
70 phi2 = t;
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 43 var phi2 = 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.
69 phi1 = phi2;
70 phi2 = t;
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/v8/test/cctest/compiler/
test-loop-analysis.cc 737 Node* phi2 = t.graph.NewNode( local
739 Node* cond2 = t.graph.NewNode(&kIntAdd, phi2, p3);
749 Node* choices[] = {p1, phi1, cond1, phi2, cond2};
756 phi2, cond2, branch2, if_true2};
759 Node* header2[] = {loop2, phi2};
813 Node* phi2 = t.graph.NewNode(t.common.Phi(MachineRepresentation::kWord32, 2), local
815 Node* cond2 = t.graph.NewNode(&kIntAdd, phi2, p2b);
840 Node* o3[] = {t.one, phi1, cond1, phi2, cond2};
851 Node* l2[] = {phi1, cond1, phi2, cond2};
852 Node* l3[] = {phi1, cond1, phi2, cond2, phi3, cond3}
    [all...]
  /external/v8/test/unittests/compiler/
branch-elimination-unittest.cc 141 Node* phi2 = local
146 Node* add = graph()->NewNode(machine()->Int32Add(), phi1, phi2);
scheduler-unittest.cc 479 Node* phi2 = graph()->NewNode( local
487 common()->Phi(MachineRepresentation::kTagged, 2), phi, phi2, m2);
  /external/freetype/src/base/
ftstroke.c 1665 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftstroke.c 1664 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 1664 FT_Angle theta1, phi1, theta2, phi2, rotate, alpha0 = 0; local
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 1473 llvm::PHINode *phi2 = Builder.CreatePHI(v.second->getType(), 2); local
    [all...]

Completed in 674 milliseconds