HomeSort by relevance Sort by last modified time
    Searched refs:Float32Constant (Results 1 - 14 of 14) sorted by null

  /external/v8/src/compiler/
machine-operator-reducer.h 34 Node* Float32Constant(volatile float value);
61 return Replace(Float32Constant(value));
js-graph.h 115 // Creates a Float32Constant node, usually canonicalized.
116 Node* Float32Constant(float value);
js-graph.cc 240 Node* JSGraph::Float32Constant(float value) {
243 *loc = graph()->NewNode(common()->Float32Constant(value));
common-operator.h 339 const Operator* Float32Constant(volatile float);
representation-change.cc 440 return jsgraph()->Float32Constant(
455 return jsgraph()->Float32Constant(0.0f);
743 jsgraph()->Float32Constant(0.0), node);
    [all...]
machine-operator-reducer.cc 28 Node* MachineOperatorReducer::Float32Constant(volatile float value) {
29 return graph()->NewNode(common()->Float32Constant(value));
    [all...]
wasm-compiler.h 148 Node* Float32Constant(float value);
raw-machine-assembler.h 96 Node* Float32Constant(float value) {
97 return AddNode(common()->Float32Constant(value));
opcodes.h 42 V(Float32Constant) \
common-operator.cc     [all...]
wasm-compiler.cc 274 return jsgraph()->Float32Constant(bit_cast<float>(0xdeadbeef));
    [all...]
simplified-lowering.cc     [all...]
  /external/v8/src/wasm/
function-body-decoder.cc 659 return builder_->Float32Constant(0);
    [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 379 Node Float32Constant(float Value) {
380 LOG(out << "Float32Constant(" << Value << ") = ");
    [all...]

Completed in 689 milliseconds