Lines Matching defs:common

11 #include "src/common/assert-scope.h"
14 #include "src/compiler/common-operator.h"
126 Node* NewIfTrue() { return NewNode(common()->IfTrue()); }
127 Node* NewIfFalse() { return NewNode(common()->IfFalse()); }
128 Node* NewIfValue(int32_t value) { return NewNode(common()->IfValue(value)); }
129 Node* NewIfDefault() { return NewNode(common()->IfDefault()); }
130 Node* NewMerge() { return NewNode(common()->Merge(1), true); }
131 Node* NewLoop() { return NewNode(common()->Loop(1), true); }
133 return NewNode(common()->Branch(hint), condition);
136 return NewNode(common()->Switch(control_output_count), condition);
181 // In the common case, frame states are conceptually "after" a given
390 CommonOperatorBuilder* common() const { return jsgraph_->common(); }
604 CommonOperatorBuilder* common() const { return builder_->common(); }
772 builder()->NewNode(common()->Projection(i), node);
886 builder()->common()->Terminate(), effect, control);
895 common()->OsrValue(Linkage::kOsrContextSpillSlotIndex), start));
901 values()->at(i) = graph()->NewNode(common()->OsrValue(idx), start);
928 Node* loop_exit = graph()->NewNode(common()->LoopExit(), control, loop);
932 Node* effect_rename = graph()->NewNode(common()->LoopExitEffect(),
945 common()->LoopExitValue(MachineRepresentation::kTagged), values_[i],
954 common()->LoopExitValue(MachineRepresentation::kTagged),
961 common()->LoopExitValue(MachineRepresentation::kTagged),
968 common()->LoopExitValue(MachineRepresentation::kTagged),
977 const Operator* op = common()->StateValues(count, SparseInputMask::Dense());
1010 const Operator* op = common()->FrameState(
1046 frame_state_function_info_(common()->CreateFrameStateFunctionInfo(
1101 NewNode(common()->Parameter(parameter_index, debug_name_hint),
1144 graph()->SetStart(graph()->NewNode(common()->Start(start_output_arity)));
1161 Node* end = graph()->NewNode(common()->End(input_count), input_count, inputs);
1170 Node* node = NewNode(common()->Checkpoint());
2628 Node* control = NewNode(common()->Throw());
2761 Node* control = NewNode(common()->Throw());
2771 Node* control = NewNode(common()->Throw());
2780 Node* control = NewNode(common()->Throw());
2805 Node* control = NewNode(common()->Throw());
2853 Node* control = NewNode(common()->Throw());
2858 constructor = NewNode(common()->TypeGuard(Type::Callable()), constructor);
3324 result = NewNode(common()->Select(MachineRepresentation::kTagged),
3333 common()->Select(MachineRepresentation::kTagged),
3345 common()->Select(MachineRepresentation::kTagged),
3529 NewNode(common()->Return(), pop_node, environment()->LookupAccumulator());
3611 index = NewNode(common()->TypeGuard(Type::UnsignedSmall()), index);
3752 Node* control = NewNode(common()->Throw());
4298 const Operator* if_exception = common()->IfException();
4311 const Operator* if_success = common()->IfSuccess();
4326 const Operator* phi_op = common()->Phi(MachineRepresentation::kTagged, count);
4335 const Operator* phi_op = common()->EffectPhi(count);
4347 const Operator* op = common()->Loop(inputs);
4352 const Operator* op = common()->Merge(inputs);
4357 const Operator* op = common()->Merge(inputs);
4371 NodeProperties::ChangeOp(value, common()->EffectPhi(inputs));
4388 value, common()->Phi(MachineRepresentation::kTagged, inputs));