Lines Matching refs:NodeProperties

97   NodeProperties::ChangeOp(node, common()->Call(desc));  in ReplaceWithStubCall()
115 NodeProperties::ChangeOp(node, common()->Call(desc)); in ReplaceWithRuntimeCall()
120 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in LowerJSStrictEqual()
129 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in LowerJSStrictNotEqual()
138 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in LowerJSToBoolean()
147 NodeProperties::ReplaceContextInput(node, jsgraph()->NoContextConstant()); in LowerJSTypeOf()
156 Node* closure = NodeProperties::GetValueInput(node, 2); in LowerJSLoadProperty()
157 Node* effect = NodeProperties::GetEffectInput(node); in LowerJSLoadProperty()
158 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadProperty()
180 Node* closure = NodeProperties::GetValueInput(node, 1); in LowerJSLoadNamed()
181 Node* effect = NodeProperties::GetEffectInput(node); in LowerJSLoadNamed()
182 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadNamed()
205 Node* closure = NodeProperties::GetValueInput(node, 0); in LowerJSLoadGlobal()
206 Node* effect = NodeProperties::GetEffectInput(node); in LowerJSLoadGlobal()
207 Node* control = NodeProperties::GetControlInput(node); in LowerJSLoadGlobal()
230 Node* receiver = NodeProperties::GetValueInput(node, 0); in LowerJSStoreProperty()
231 Node* key = NodeProperties::GetValueInput(node, 1); in LowerJSStoreProperty()
232 Node* value = NodeProperties::GetValueInput(node, 2); in LowerJSStoreProperty()
233 Node* closure = NodeProperties::GetValueInput(node, 3); in LowerJSStoreProperty()
234 Node* effect = NodeProperties::GetEffectInput(node); in LowerJSStoreProperty()
235 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreProperty()
265 Node* receiver = NodeProperties::GetValueInput(node, 0); in LowerJSStoreNamed()
266 Node* value = NodeProperties::GetValueInput(node, 1); in LowerJSStoreNamed()
267 Node* closure = NodeProperties::GetValueInput(node, 2); in LowerJSStoreNamed()
268 Node* effect = NodeProperties::GetEffectInput(node); in LowerJSStoreNamed()
269 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreNamed()
298 Node* value = NodeProperties::GetValueInput(node, 0); in LowerJSStoreGlobal()
299 Node* closure = NodeProperties::GetValueInput(node, 1); in LowerJSStoreGlobal()
300 Node* context = NodeProperties::GetContextInput(node); in LowerJSStoreGlobal()
301 Node* effect = NodeProperties::GetEffectInput(node); in LowerJSStoreGlobal()
302 Node* control = NodeProperties::GetControlInput(node); in LowerJSStoreGlobal()
365 NodeProperties::GetValueInput(node, 0), in LowerJSLoadContext()
368 NodeProperties::GetEffectInput(node), in LowerJSLoadContext()
374 NodeProperties::ChangeOp(node, machine()->Load(MachineType::AnyTagged())); in LowerJSLoadContext()
383 NodeProperties::GetValueInput(node, 0), in LowerJSStoreContext()
386 NodeProperties::GetEffectInput(node), in LowerJSStoreContext()
389 node->ReplaceInput(2, NodeProperties::GetValueInput(node, 1)); in LowerJSStoreContext()
392 NodeProperties::ChangeOp( in LowerJSStoreContext()
574 NodeProperties::ChangeOp(node, common()->Call(desc)); in LowerJSCallConstruct()
593 NodeProperties::ChangeOp(node, common()->Call(desc)); in LowerJSCallFunction()
618 node->RemoveInput(NodeProperties::FirstContextIndex(node)); in LowerJSLoadMessage()
621 NodeProperties::ChangeOp(node, machine()->Load(MachineType::AnyTagged())); in LowerJSLoadMessage()
628 node->RemoveInput(NodeProperties::FirstContextIndex(node)); in LowerJSStoreMessage()
633 NodeProperties::ChangeOp(node, machine()->Store(representation)); in LowerJSStoreMessage()
657 Node* effect = NodeProperties::GetEffectInput(node); in LowerJSStackCheck()
658 Node* control = NodeProperties::GetControlInput(node); in LowerJSStackCheck()
675 NodeProperties::ReplaceControlInput(node, if_false); in LowerJSStackCheck()
682 NodeProperties::ReplaceUses(node, node, ephi, node, node); in LowerJSStackCheck()
683 NodeProperties::ReplaceEffectInput(ephi, efalse, 1); in LowerJSStackCheck()