Home
last modified time | relevance | path

Searched refs:IfValue (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dcontrol-flow-optimizer.cc112 NodeProperties::ChangeOp(if_true, common()->IfValue(value)); in TryBuildSwitch()
131 NodeProperties::ChangeOp(if_true, common()->IfValue(value)); in TryBuildSwitch()
Dcommon-operator.h315 const Operator* IfValue(int32_t value); in NON_EXPORTED_BASE()
Draw-machine-assembler.cc108 graph()->NewNode(common()->IfValue(case_value), switch_node); in Switch()
Dwasm-compiler.h175 Node* IfValue(int32_t value, Node* sw);
Dopcodes.h22 V(IfValue) \
Dtyper.cc120 DECLARE_CASE(IfValue) in Reduce()
185 DECLARE_CASE(IfValue) in TypeNode()
Dcommon-operator.cc931 const Operator* CommonOperatorBuilder::IfValue(int32_t index) { in IfValue() function in v8::internal::compiler::CommonOperatorBuilder
Dwasm-compiler.cc1099 Node* WasmGraphBuilder::IfValue(int32_t value, Node* sw) { in IfValue() function in v8::internal::compiler::WasmGraphBuilder
1101 return graph()->NewNode(jsgraph()->common()->IfValue(value), sw); in IfValue()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1005 Node IfValue(int32_t Value, Node) { in IfValue() function in IceBuilder
/external/v8/src/wasm/
Dfunction-body-decoder.cc984 : BUILD(IfValue, i, sw); in DecodeFunctionBody()