Home
last modified time | relevance | path

Searched defs:Float32Constant (Results 1 – 7 of 7) 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
Dmachine-operator-reducer.cc175 Node* MachineOperatorReducer::Float32Constant(volatile float value) { in Float32Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc1176 const Operator* CommonOperatorBuilder::Float32Constant(volatile float value) { in Float32Constant() function in v8::internal::compiler::CommonOperatorBuilder
Dcode-assembler.cc319 TNode<Float32T> CodeAssembler::Float32Constant(double value) { in Float32Constant() function in v8::internal::compiler::CodeAssembler
Draw-machine-assembler.h108 Node* Float32Constant(float value) { in Float32Constant() function
Dwasm-compiler.cc1413 Node* WasmGraphBuilder::Float32Constant(float value) { in Float32Constant() function in v8::internal::compiler::WasmGraphBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp379 Node Float32Constant(float Value) { in Float32Constant() function in IceBuilder