Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

10 #include "src/compiler/node.h"
34 void DoMax(Node* node, Operator const* op, MachineRepresentation rep);
35 void DoMin(Node* node, Operator const* op, MachineRepresentation rep);
37 Node* node, RepresentationSelector* selector);
38 void DoJSToNumberOrNumericTruncatesToWord32(Node* node,
40 void DoShift(Node* node, Operator const* op, Type rhs_type);
41 void DoIntegral32ToBit(Node* node);
42 void DoOrderedNumberToBit(Node* node);
43 void DoNumberToBit(Node* node);
44 void DoIntegerToUint8Clamped(Node* node);
45 void DoNumberToUint8Clamped(Node* node);
46 void DoSigned32ToUint8Clamped(Node* node);
47 void DoUnsigned32ToUint8Clamped(Node* node);
54 SetOncePointer<Node> to_number_code_;
55 SetOncePointer<Node> to_number_convert_big_int_code_;
56 SetOncePointer<Node> to_numeric_code_;
71 Node* Float64Round(Node* const node);
72 Node* Float64Sign(Node* const node);
73 Node* Int32Abs(Node* const node);
74 Node* Int32Div(Node* const node);
75 Node* Int32Mod(Node* const node);
76 Node* Int32Sign(Node* const node);
77 Node* Uint32Div(Node* const node);
78 Node* Uint32Mod(Node* const node);
80 Node* ToNumberCode();
81 Node* ToNumberConvertBigIntCode();
82 Node* ToNumericCode();