Home
last modified time | relevance | path

Searched defs:Float32Constant (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dmachine-graph.cc62 Node* MachineGraph::Float32Constant(float value) { in Float32Constant() function in v8::internal::compiler::MachineGraph
Dmachine-operator-reducer.cc28 Node* MachineOperatorReducer::Float32Constant(volatile float value) { in Float32Constant() function in v8::internal::compiler::MachineOperatorReducer
Dcommon-operator.cc1139 const Operator* CommonOperatorBuilder::Float32Constant(volatile float value) { in Float32Constant() function in v8::internal::compiler::CommonOperatorBuilder
Draw-machine-assembler.h94 Node* Float32Constant(float value) { in Float32Constant() function
Dwasm-compiler.cc871 Node* WasmGraphBuilder::Float32Constant(float value) { in Float32Constant() function in v8::internal::compiler::WasmGraphBuilder
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp379 Node Float32Constant(float Value) { in Float32Constant() function in IceBuilder