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

  /external/v8/test/unittests/compiler/
graph-unittest.h 46 Node* TrueConstant();
graph-unittest.cc 68 Node* GraphTest::TrueConstant() {
simplified-operator-reducer-unittest.cc 127 Reduce(graph()->NewNode(simplified()->BooleanNot(), TrueConstant()));
172 graph()->NewNode(simplified()->ChangeTaggedToBit(), TrueConstant()));
common-operator-reducer-unittest.cc 129 graph()->NewNode(common()->Branch(hint), TrueConstant(), control);
485 common()->Select(MachineRepresentation::kTagged), TrueConstant(), p0, p1);
  /external/v8/test/cctest/compiler/
test-js-constant-cache.cc 193 CHECK_EQ(T.TrueConstant(), T.TrueConstant());
205 Node* nodes[] = {T.UndefinedConstant(), T.TheHoleConstant(), T.TrueConstant(),
262 CHECK_EQ(T.TrueConstant(), T.Constant(T.factory()->true_value()));
274 CHECK_EQ(*T.factory()->true_value(), *T.handle(T.TrueConstant()));
286 CHECK(T.TypeOf(T.TrueConstant())->Is(Type::Boolean()));
317 CheckGetCachedNodesContains(&T, T.TrueConstant());
320 CheckGetCachedNodesContains(&T, T.TrueConstant());
449 T.TrueConstant(),
452 T.TrueConstant(),
    [all...]
test-osr.cc 347 Node* osr_phi = inner.Phi(T.jsgraph.TrueConstant(), T.osr_values[0],
389 CheckInputs(new_inner_phi, T.jsgraph.TrueConstant(),
406 Node* osr_phi = inner.Phi(T.jsgraph.TrueConstant(), T.osr_values[0],
463 CheckInputs(new_inner_phi, T.jsgraph.TrueConstant(),
test-simplified-lowering.cc 115 t.Return(t.jsgraph.TrueConstant());
144 t.Return(t.jsgraph.TrueConstant());
187 t.Return(t.jsgraph.TrueConstant());
273 t.Return(t.jsgraph.TrueConstant());
455 t.Return(t.jsgraph.TrueConstant());
475 t.Return(t.jsgraph.TrueConstant());
514 t.Return(t.jsgraph.TrueConstant());
807 jsgraph.TrueConstant());
917 Node* c = t.jsgraph.TrueConstant();
    [all...]
test-representation-change.cc 125 Node* true_node = r.jsgraph()->TrueConstant();
  /external/v8/src/compiler/
js-graph.h 53 Node* TrueConstant();
83 return is_true ? TrueConstant() : FalseConstant();
js-graph.cc 76 Node* JSGraph::TrueConstant() {
124 return TrueConstant();
simplified-operator-reducer.cc 57 if (m.Is(1)) return Replace(jsgraph()->TrueConstant());
194 return Replace(jsgraph()->TrueConstant());
escape-analysis-reducer.cc 184 ReplaceWithValue(node, jsgraph()->TrueConstant());
186 Replace(jsgraph()->TrueConstant());
bytecode-graph-builder.cc 602 Node* node = jsgraph()->TrueConstant();
    [all...]
representation-change.cc 184 : jsgraph()->TrueConstant();
effect-control-linearizer.cc 594 Node* vtrue = jsgraph()->TrueConstant();
687 jsgraph()->TrueConstant());
    [all...]
ast-graph-builder.cc     [all...]
js-typed-lowering.cc 656 jsgraph()->TrueConstant()),
657 jsgraph()->TrueConstant(),
    [all...]
simplified-lowering.cc     [all...]

Completed in 1102 milliseconds