Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcontrol-flow-optimizer.cc113 NodeProperties::ChangeOp(if_true, common()->IfValue(value, order++)); in TryBuildSwitch()
132 NodeProperties::ChangeOp(if_true, common()->IfValue(value, order++)); in TryBuildSwitch()
Dbytecode-graph-builder.h105 Node* NewIfValue(int32_t value) { return NewNode(common()->IfValue(value)); } in NewIfValue()
Dcommon-operator.h454 const Operator* IfValue(int32_t value, int32_t order = 0); in NON_EXPORTED_BASE()
Dwasm-compiler.h204 Node* IfValue(int32_t value, Node* sw);
Draw-machine-assembler.cc128 graph()->NewNode(common()->IfValue(case_value), switch_node); in Switch()
Dopcodes.h22 V(IfValue) \
Dtyper.cc111 DECLARE_CASE(IfValue) in Reduce()
177 DECLARE_CASE(IfValue) in TypeNode()
Dcommon-operator.cc1038 const Operator* CommonOperatorBuilder::IfValue(int32_t index, in IfValue() function in v8::internal::compiler::CommonOperatorBuilder
Dwasm-compiler.cc996 Node* WasmGraphBuilder::IfValue(int32_t value, Node* sw) { in IfValue() function in v8::internal::compiler::WasmGraphBuilder
998 return graph()->NewNode(mcgraph()->common()->IfValue(value), sw); in IfValue()
/external/v8/src/wasm/
Dfunction-body-decoder.cc330 (i == imm.table_count) ? BUILD(IfDefault, sw) : BUILD(IfValue, i, sw); in BrTable()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp1005 Node IfValue(int32_t Value, Node) { in IfValue() function in IceBuilder