Home
last modified time | relevance | path

Searched refs:Float32Constant (Results 1 – 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-graph.cc76 Node* MachineGraph::Float32Constant(float value) { in Float32Constant() function in v8::internal::compiler::MachineGraph
79 *loc = graph()->NewNode(common()->Float32Constant(value)); in Float32Constant()
Dmachine-operator-reducer.h40 Node* Float32Constant(volatile float value); in NON_EXPORTED_BASE()
69 return Replace(Float32Constant(value)); in NON_EXPORTED_BASE()
Dmachine-graph.h57 Node* Float32Constant(float value); in NON_EXPORTED_BASE()
Dmachine-operator-reducer.cc175 Node* MachineOperatorReducer::Float32Constant(volatile float value) { in Float32Constant() function in v8::internal::compiler::MachineOperatorReducer
176 return graph()->NewNode(common()->Float32Constant(value)); in Float32Constant()
2174 ? Float32Constant(static_cast<float>(m.left().ResolvedValue())) in ReduceFloat64Compare()
2178 ? Float32Constant(static_cast<float>(m.right().ResolvedValue())) in ReduceFloat64Compare()
Dcommon-operator.h510 const Operator* Float32Constant(volatile float); in NON_EXPORTED_BASE()
Drepresentation-change.cc634 return jsgraph()->Float32Constant( in GetFloat32RepresentationFor()
1084 jsgraph()->Float32Constant(0.0), node); in GetBitRepresentationFor()
Draw-machine-assembler.h108 Node* Float32Constant(float value) { in Float32Constant() function
109 return AddNode(common()->Float32Constant(value)); in Float32Constant()
Dcode-assembler.cc319 TNode<Float32T> CodeAssembler::Float32Constant(double value) { in Float32Constant() function in v8::internal::compiler::CodeAssembler
320 return UncheckedCast<Float32T>(jsgraph()->Float32Constant(value)); in Float32Constant()
Dopcodes.h41 V(Float32Constant) \
Dwasm-compiler.h282 Node* Float32Constant(float value);
Dcommon-operator.cc1176 const Operator* CommonOperatorBuilder::Float32Constant(volatile float value) { in Float32Constant() function in v8::internal::compiler::CommonOperatorBuilder
Dcode-assembler.h556 TNode<Float32T> Float32Constant(double value);
Dwasm-compiler.cc1413 Node* WasmGraphBuilder::Float32Constant(float value) { in Float32Constant() function in v8::internal::compiler::WasmGraphBuilder
1414 return mcgraph()->Float32Constant(value); in Float32Constant()
2057 return builder->Float32Constant(0.0); in Zero()
4258 oob_value = Float32Constant(std::numeric_limits<float>::quiet_NaN()); in BuildAsmjsLoadMem()
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc376 result->node = builder_->Float32Constant(value); in F32Const()
1468 return builder_->Float32Constant(0); in DefaultValue()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp379 Node Float32Constant(float Value) { in Float32Constant() function in IceBuilder