Lines Matching defs:value
24 Node* const value = NodeProperties::GetValueInput(node, i);
25 PrintF("#%d:%s", value->id(), value->op()->mnemonic());
191 Node* object, Node* offset, Node* value, MachineRepresentation repr) const {
201 Update(infos, offset_num, object, FieldInfo(value, repr));
209 Update(infos, object, offset, FieldInfo(value, repr));
299 object->op()->mnemonic(), offset, info.value->id(),
300 info.value->op()->mnemonic(),
316 info.value->id(), info.value->op()->mnemonic(),
355 !lookup_result.value->IsDead()) {
357 TruncateAndExtend(lookup_result.value, from, access.machine_type);
381 Node* value = NodeProperties::GetValueInput(node, 2);
391 mutable_state = mutable_state->AddField(object, offset, value, repr);
401 state->immutable_state.AddField(object, offset, value, repr);
446 Node* value = NodeProperties::GetValueInput(node, 0);
447 ExternalReferenceMatcher m(value);
545 // 1st case: We want to eliminate a signed 8/16-bit load using the value
546 // from a previous subsuming load or store. Since that value might be
559 // 2nd case: We want to eliminate an unsigned 8/16-bit load using the value
560 // from a previous subsuming load or store. Since that value might be