Searched refs:Float32Constant (Results 1 – 13 of 13) sorted by relevance
33 Node* Float32Constant(volatile float value); in NON_EXPORTED_BASE()60 return Replace(Float32Constant(value)); in NON_EXPORTED_BASE()
228 Node* JSGraph::Float32Constant(float value) { in Float32Constant() function in v8::internal::compiler::JSGraph231 *loc = graph()->NewNode(common()->Float32Constant(value)); in Float32Constant()
117 Node* Float32Constant(float value); in NON_EXPORTED_BASE()
426 return jsgraph()->Float32Constant( in GetFloat32RepresentationFor()441 return jsgraph()->Float32Constant(0.0f); in GetFloat32RepresentationFor()725 jsgraph()->Float32Constant(0.0), node); in GetBitRepresentationFor()
223 const Operator* Float32Constant(volatile float); in NON_EXPORTED_BASE()
27 Node* MachineOperatorReducer::Float32Constant(volatile float value) { in Float32Constant() function in v8::internal::compiler::MachineOperatorReducer28 return graph()->NewNode(common()->Float32Constant(value)); in Float32Constant()1384 ? Float32Constant(static_cast<float>(m.left().Value())) in ReduceFloat64Compare()1388 ? Float32Constant(static_cast<float>(m.right().Value())) in ReduceFloat64Compare()
129 Node* Float32Constant(float value);
96 Node* Float32Constant(float value) { in Float32Constant() function97 return AddNode(common()->Float32Constant(value)); in Float32Constant()
40 V(Float32Constant) \
847 const Operator* CommonOperatorBuilder::Float32Constant(volatile float value) { in Float32Constant() function in v8::internal::compiler::CommonOperatorBuilder
206 return jsgraph()->Float32Constant(bit_cast<float>(0xdeadbeef)); in GetTrapValue()984 Node* WasmGraphBuilder::Float32Constant(float value) { in Float32Constant() function in v8::internal::compiler::WasmGraphBuilder985 return jsgraph()->Float32Constant(value); in Float32Constant()
2912 jsgraph()->Float32Constant(std::numeric_limits<float>::quiet_NaN()); in DoLoadBuffer()
553 return builder_->Float32Constant(0); in DefaultValue()980 Push(kAstF32, BUILD(Float32Constant, operand.value)); in DecodeFunctionBody()