Lines Matching defs:value
36 #include "src/wasm/value-type.h"
862 // value dead.
1014 // Visit value, context and frame state inputs as tagged.
1257 // Rest of the value inputs.
1471 MachineRepresentation value_representation, Node* value) {
1474 Type value_type = NodeProperties::GetType(value);
1501 NumberMatcher m(value);
1519 Node* value) {
1522 value_representation, value);
1644 // know that the left hand side is a proper Signed32 value,
2029 // Visit value, context and frame state inputs as tagged.
2116 // tho Start doesn't really produce a value, we have to say Tagged
2131 double const value = OpParameter<double>(node->op());
2133 if (DoubleToSmiInteger(value, &value_as_int)) {
2153 intptr_t const value = OpParameter<intptr_t>(node->op());
2154 DeferReplacement(node, lowering->jsgraph()->IntPtrConstant(value));
2976 // We truncate the value to N bits, but to correctly interpret
2978 // sign. This is done by shifting the value left and then back
2979 // with an arithmetic right shift. E.g. for {value} =
2986 Node* value = node->InputAt(0);
2988 graph()->NewNode(lowering->machine()->Word64Shl(), value,
3465 element_representation)); // value
3488 ProcessInput<T>(node, 2, UseInfo::TruncatingWord32()); // value
3493 ProcessInput<T>(node, 2, UseInfo::TruncatingFloat64()); // value
3500 ProcessInput<T>(node, 2, UseInfo::AnyTagged()); // value
3507 ProcessInput<T>(node, 2, UseInfo::AnyTagged()); // value
3544 TruncatingUseInfoFromRepresentation(rep)); // value
3556 TruncatingUseInfoFromRepresentation(rep)); // value
4299 // The default, most general visitation case. For {node}, process all value,
4300 // context, frame state, effect, and control inputs, assuming that value
4306 // Visit value, context and frame state inputs as tagged.
4319 // Visit value, context and frame state inputs as tagged.
4327 // If the node is effectful and it produces an impossible value, then we
4391 Node* value = node->InputAt(0);
4397 Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), value);
4405 vtrue0 = graph()->NewNode(simplified()->ChangeTaggedSignedToInt32(), value);
4425 op, code, value, context, frame_state, efalse0, if_false0);
4467 value = graph()->NewNode(common()->Phi(MachineRepresentation::kFloat64, 2),
4485 selector->DeferReplacement(node, value);
4493 Node* value = node->InputAt(0);
4499 Node* check0 = graph()->NewNode(simplified()->ObjectIsSmi(), value);
4506 graph()->NewNode(simplified()->ChangeTaggedSignedToInt32(), value);
4524 op, code, value, context, frame_state, efalse0, if_false0);
4562 value = graph()->NewNode(common()->Phi(MachineRepresentation::kWord32, 2),
4580 selector->DeferReplacement(node, value);
4618 // Generate case for absolute integer value.