Searched refs:IfValue (Results 1 – 10 of 10) sorted by relevance
112 NodeProperties::ChangeOp(if_true, common()->IfValue(value)); in TryBuildSwitch()131 NodeProperties::ChangeOp(if_true, common()->IfValue(value)); in TryBuildSwitch()
315 const Operator* IfValue(int32_t value); in NON_EXPORTED_BASE()
108 graph()->NewNode(common()->IfValue(case_value), switch_node); in Switch()
175 Node* IfValue(int32_t value, Node* sw);
22 V(IfValue) \
120 DECLARE_CASE(IfValue) in Reduce()185 DECLARE_CASE(IfValue) in TypeNode()
931 const Operator* CommonOperatorBuilder::IfValue(int32_t index) { in IfValue() function in v8::internal::compiler::CommonOperatorBuilder
1099 Node* WasmGraphBuilder::IfValue(int32_t value, Node* sw) { in IfValue() function in v8::internal::compiler::WasmGraphBuilder1101 return graph()->NewNode(jsgraph()->common()->IfValue(value), sw); in IfValue()
1005 Node IfValue(int32_t Value, Node) { in IfValue() function in IceBuilder
984 : BUILD(IfValue, i, sw); in DecodeFunctionBody()