Home | History | Annotate | Download | only in compiler

Lines Matching refs:Node

10 #include "src/compiler/node.h"
31 void DoMax(Node* node, Operator const* op, MachineRepresentation rep);
32 void DoMin(Node* node, Operator const* op, MachineRepresentation rep);
33 void DoJSToNumberTruncatesToFloat64(Node* node,
35 void DoJSToNumberTruncatesToWord32(Node* node,
38 // representation analysis is stored in the node bounds.
39 void DoLoadBuffer(Node* node, MachineRepresentation rep,
41 void DoStoreBuffer(Node* node);
42 void DoShift(Node* node, Operator const* op, Type* rhs_type);
43 void DoStringToNumber(Node* node);
44 void DoIntegral32ToBit(Node* node);
45 void DoOrderedNumberToBit(Node* node);
46 void DoNumberToBit(Node* node);
47 void DoIntegerToUint8Clamped(Node* node);
48 void DoNumberToUint8Clamped(Node* node);
49 void DoSigned32ToUint8Clamped(Node* node);
50 void DoUnsigned32ToUint8Clamped(Node* node);
56 SetOncePointer<Node> to_number_code_;
66 Node* Float64Round(Node* const node);
67 Node* Float64Sign(Node* const node);
68 Node* Int32Abs(Node* const node);
69 Node* Int32Div(Node* const node);
70 Node* Int32Mod(Node* const node);
71 Node* Int32Sign(Node* const node);
72 Node* Uint32Div(Node* const node);
73 Node* Uint32Mod(Node* const node);
75 Node* ToNumberCode();