Searched refs:NumberConstant (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/compiler/
H A Djs-graph.cc77 if (!zero_constant_.is_set()) zero_constant_.set(NumberConstant(0.0));
83 if (!one_constant_.is_set()) one_constant_.set(NumberConstant(1.0));
90 nan_constant_.set(NumberConstant(base::OS::nan_value()));
139 return NumberConstant(value);
146 return NumberConstant(value);
159 Node* JSGraph::NumberConstant(double value) { function in class:v8::internal::compiler::JSGraph
162 *loc = NewNode(common()->NumberConstant(value));
H A Dsimplified-operator-reducer-unittest.cc333 simplified()->ChangeTaggedToFloat64(), NumberConstant(n)));
343 NumberConstant(-base::OS::nan_value())));
352 NumberConstant(base::OS::nan_value())));
387 simplified()->ChangeTaggedToInt32(), NumberConstant(n)));
397 NumberConstant(-base::OS::nan_value())));
406 NumberConstant(base::OS::nan_value())));
441 simplified()->ChangeTaggedToUint32(), NumberConstant(n)));
452 NumberConstant(-base::OS::nan_value())));
461 NumberConstant(base::OS::nan_value())));
H A Dcommon-operator.h90 const Operator* NumberConstant(volatile double);
H A Djs-graph.h60 // Creates a NumberConstant node, usually canonicalized.
63 // Creates a NumberConstant node, usually canonicalized.
110 Node* NumberConstant(double value);
H A Dcommon-operator.cc162 const Operator* CommonOperatorBuilder::NumberConstant(volatile double value) { function in class:v8::internal::compiler::CommonOperatorBuilder
165 "NumberConstant", value);
H A Dgraph-unittest.h38 Node* NumberConstant(volatile double value);
H A Dopcodes.h31 V(NumberConstant) \
H A Draw-machine-assembler.h80 Node* NumberConstant(double value) { function in class:v8::internal::compiler::RawMachineAssembler
81 return NewNode(common()->NumberConstant(value));
H A Dgraph-unittest.cc67 Node* GraphTest::NumberConstant(volatile double value) { function in class:v8::internal::compiler::GraphTest
68 return graph()->NewNode(common()->NumberConstant(value));
/external/v8/test/cctest/compiler/
H A Dtest-js-typed-lowering.cc445 R.common.NumberConstant(0), R.common.NumberConstant(-1),
446 R.common.NumberConstant(0.1), R.common.Int32Constant(1177),
1257 Node* one = R.graph.NewNode(R.common.NumberConstant(1));
1284 Node* one = R.graph.NewNode(R.common.NumberConstant(1));
1312 Node* one = R.graph.NewNode(R.common.NumberConstant(1));
H A Dcodegen-tester.cc390 m.Return(m.NumberConstant(v));
404 m.Return(m.NumberConstant(v));
H A Dtest-scheduler.cc905 op = common_builder.NumberConstant(0);
1056 op = common_builder.NumberConstant(0);
1114 op = common_builder.NumberConstant(0);
1281 op = common_builder.NumberConstant(0);
1326 op = common_builder.NumberConstant(0);
1357 op = common_builder.NumberConstant(0);
1392 op = common_builder.NumberConstant(0);
H A Dtest-run-machops.cc244 Node* true_node = m.NumberConstant(true_val);
245 Node* false_node = m.NumberConstant(false_val);
2634 m.NumberConstant(11.1);

Completed in 89 milliseconds