Lines Matching refs:RepresentationSelector
272 class RepresentationSelector {
275 // directly used by code in RepresentationSelector and SimplifiedLowering.
276 // RepresentationSelector code should call RepresentationSelector::ChangeOp in
330 RepresentationSelector(JSGraph* jsgraph, JSHeapBroker* broker, Zone* zone,
4181 // TODO(danno): RepresentationSelector shouldn't know anything about the
4209 void RepresentationSelector::EnqueueInput<PROPAGATE>(Node* use_node, int index,
4238 void RepresentationSelector::SetOutput<PROPAGATE>(
4245 void RepresentationSelector::SetOutput<RETYPE>(
4253 void RepresentationSelector::SetOutput<LOWER>(
4262 void RepresentationSelector::ProcessInput<PROPAGATE>(Node* node, int index,
4271 void RepresentationSelector::ProcessInput<RETYPE>(Node* node, int index,
4279 void RepresentationSelector::ProcessInput<LOWER>(Node* node, int index,
4288 void RepresentationSelector::ProcessRemainingInputs<PROPAGATE>(Node* node,
4304 void RepresentationSelector::VisitInputs<PROPAGATE>(Node* node) {
4317 void RepresentationSelector::VisitInputs<LOWER>(Node* node) {
4326 void RepresentationSelector::InsertUnreachableIfNecessary<LOWER>(Node* node) {
4380 RepresentationSelector selector(
4387 Node* node, RepresentationSelector* selector) {
4489 Node* node, RepresentationSelector* selector) {