Lines Matching refs:Node
27 Reduction Reduce(Node* node) final;
30 Node* HeapNumberValueIndexConstant();
31 Node* SmiMaxValueConstant();
32 Node* SmiShiftBitsConstant();
34 Node* AllocateHeapNumberWithValue(Node* value, Node* control);
35 Node* ChangeInt32ToFloat64(Node* value);
36 Node* ChangeInt32ToSmi(Node* value);
37 Node* ChangeSmiToFloat64(Node* value);
38 Node* ChangeSmiToInt32(Node* value);
39 Node* ChangeUint32ToFloat64(Node* value);
40 Node* ChangeUint32ToSmi(Node* value);
41 Node* LoadHeapNumberValue(Node* value, Node* control);
42 Node* TestNotSmi(Node* value);
44 Reduction ChangeBitToBool(Node* value, Node* control);
45 Reduction ChangeBoolToBit(Node* value);
46 Reduction ChangeFloat64ToTagged(Node* value, Node* control);
47 Reduction ChangeInt32ToTagged(Node* value, Node* control);
48 Reduction ChangeTaggedToFloat64(Node* value, Node* control);
49 Reduction ChangeTaggedToUI32(Node* value, Node* control,
51 Reduction ChangeUint32ToTagged(Node* value, Node* control);
53 Reduction LoadField(Node* node);
54 Reduction StoreField(Node* node);
55 Reduction LoadElement(Node* node);
56 Reduction StoreElement(Node* node);
57 Reduction Allocate(Node* node);
59 Node* ComputeIndex(const ElementAccess& access, Node* const key);