Lines Matching refs:node
300 bool ThrowsException(Node* node, Node** if_success, Node** if_exception);
323 void TrapIfEq32(wasm::TrapReason reason, Node* node, int32_t val,
325 void ZeroCheck32(wasm::TrapReason reason, Node* node,
327 void TrapIfEq64(wasm::TrapReason reason, Node* node, int64_t val,
329 void ZeroCheck64(wasm::TrapReason reason, Node* node,
349 // real arguments for this call. This signature gets stored in the Call node
377 Node* Invert(Node* node);
413 static void PrintDebugName(Node* node);
417 Node* SetEffect(Node* node);
418 Node* SetControl(Node* node);
447 void SetSourcePosition(Node* node, wasm::WasmCodePosition position);
594 Node* BuildChangeEndiannessStore(Node* node, MachineRepresentation rep,
596 Node* BuildChangeEndiannessLoad(Node* node, MachineType type,
599 Node* MaskShiftCount32(Node* node);
600 Node* MaskShiftCount64(Node* node);