Lines Matching defs:common

16 #include "src/compiler/common-operator.h"
866 graph()->NewNode(common()->Unreachable(), effect, control);
868 common()->DeadValue(GetInfo(node)->representation());
1038 DeferReplacement(node, graph()->NewNode(common()->Plug()));
1172 ChangeOp(node, lowering->common()->Select(output, p.hint()));
1196 ChangeOp(node, lowering->common()->Phi(output, values));
1349 ChangeOp(node, common()->TypedStateValues(types, mask));
1399 common()->TypedStateValues(types, SparseInputMask::Dense()),
1439 ChangeOp(node, common()->TypedObjectState(ObjectIdOf(node->op()), types));
1533 CommonOperatorBuilder* common() const { return jsgraph_->common(); }
2088 common()->DeadValue(GetInfo(node)->representation()));
4128 node = graph()->NewNode(common()->SLVerifierHint(nullptr, type), node);
4139 ChangeOp(node, common()->SLVerifierHint(semantics, base::nullopt));
4337 graph()->NewNode(common()->Unreachable(), node, control);
4399 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control);
4401 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0);
4409 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0);
4433 if_false0 = graph()->NewNode(common()->IfSuccess(), vfalse0);
4437 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0);
4439 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1);
4448 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1);
4457 if_false0 = graph()->NewNode(common()->Merge(2), if_true1, if_false1);
4459 graph()->NewNode(common()->EffectPhi(2), etrue1, efalse1, if_false0);
4461 graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
4465 control = graph()->NewNode(common()->Merge(2), if_true0, if_false0);
4466 effect = graph()->NewNode(common()->EffectPhi(2), etrue0, efalse0, control);
4467 value = graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
4501 graph()->NewNode(common()->Branch(BranchHint::kTrue), check0, control);
4503 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0);
4508 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0);
4532 if_false0 = graph()->NewNode(common()->IfSuccess(), vfalse0);
4536 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0);
4538 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1);
4543 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1);
4553 if_false0 = graph()->NewNode(common()->Merge(2), if_true1, if_false1);
4555 graph()->NewNode(common()->EffectPhi(2), etrue1, efalse1, if_false0);
4556 vfalse0 = graph()->NewNode(common()->Phi(MachineRepresentation::kWord32, 2),
4560 control = graph()->NewNode(common()->Merge(2), if_true0, if_false0);
4561 effect = graph()->NewNode(common()->EffectPhi(2), etrue0, efalse0, control);
4562 value = graph()->NewNode(common()->Phi(MachineRepresentation::kWord32, 2),
4592 common()->Select(MachineRepresentation::kFloat64),
4607 common()->Select(MachineRepresentation::kFloat64),
4610 common()->Select(MachineRepresentation::kFloat64),
4659 const Operator* const merge_op = common()->Merge(2);
4661 common()->Phi(MachineRepresentation::kWord32, 2);
4664 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0,
4667 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0);
4670 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0);
4674 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0);
4676 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1);
4679 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1);
4683 Node* branch2 = graph()->NewNode(common()->Branch(), check2, if_false1);
4685 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2);
4688 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2);
4736 const Operator* const merge_op = common()->Merge(2);
4738 common()->Phi(MachineRepresentation::kWord32, 2);
4741 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kTrue), check0,
4744 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0);
4750 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_true0);
4752 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1);
4755 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1);
4759 Node* branch2 = graph()->NewNode(common()->Branch(BranchHint::kFalse),
4762 Node* if_true2 = graph()->NewNode(common()->IfTrue(), branch2);
4769 Node* if_false2 = graph()->NewNode(common()->IfFalse(), branch2);
4780 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0);
4784 Node* branch1 = graph()->NewNode(common()->Branch(BranchHint::kTrue),
4787 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1);
4790 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1);
4809 common()->Select(MachineRepresentation::kWord32),
4812 common()->Select(MachineRepresentation::kWord32),
4830 Diamond d(graph(), common(), check, BranchHint::kFalse);
4862 const Operator* const merge_op = common()->Merge(2);
4864 common()->Phi(MachineRepresentation::kWord32, 2);
4867 Node* branch0 = graph()->NewNode(common()->Branch(BranchHint::kFalse), check0,
4870 Node* if_true0 = graph()->NewNode(common()->IfTrue(), branch0);
4873 Node* if_false0 = graph()->NewNode(common()->IfFalse(), branch0);
4879 Node* branch1 = graph()->NewNode(common()->Branch(), check1, if_false0);
4881 Node* if_true1 = graph()->NewNode(common()->IfTrue(), branch1);
4884 Node* if_false1 = graph()->NewNode(common()->IfFalse(), branch1);
4903 ChangeOp(node, common()->Select(rep));
4914 ChangeOp(node, common()->Select(rep));
4955 common()->Select(MachineRepresentation::kFloat64),
4959 ChangeOp(node, common()->Select(MachineRepresentation::kFloat64));
4969 common()->Select(MachineRepresentation::kFloat64),
4972 common()->Select(MachineRepresentation::kFloat64),
4988 graph()->NewNode(common()->Select(MachineRepresentation::kWord32),
4992 ChangeOp(node, common()->Select(MachineRepresentation::kWord32));
5003 ChangeOp(node, common()->Select(MachineRepresentation::kWord32));
5040 to_number_operator_.set(common()->Call(call_descriptor));
5054 to_number_convert_big_int_operator_.set(common()->Call(call_descriptor));
5067 to_numeric_operator_.set(common()->Call(call_descriptor));