Lines Matching refs:NewNode
30 return graph()->NewNode(common()->Int32Constant(value)); in UniqueInt32Constant()
59 return graph()->NewNode(machine()->LoadFramePointer()); in LoadFramePointer()
69 return graph()->NewNode(machine()->Name(), input); \
76 return graph()->NewNode(machine()->Name(), left, right); \ in PURE_ASSEMBLER_MACH_UNOP_LIST()
83 return graph()->NewNode(machine()->Name(), left, right, current_control_); \
90 return graph()->NewNode(machine()->Float64RoundDown().op(), value);
95 return graph()->NewNode(machine()->Float64RoundTruncate().op(), value); in Float64RoundTruncate()
99 return graph()->NewNode(common()->Projection(index), value, current_control_); in Projection()
104 graph()->NewNode(simplified()->AllocateRaw(Type::Any(), pretenure), in Allocate()
110 graph()->NewNode(simplified()->LoadField(access), object, in LoadField()
117 graph()->NewNode(simplified()->LoadElement(access), object, index, in LoadElement()
124 graph()->NewNode(simplified()->StoreField(access), object, value, in StoreField()
131 graph()->NewNode(simplified()->StoreElement(access), object, index, in StoreElement()
136 return current_effect_ = graph()->NewNode(machine()->DebugBreak(), in DebugBreak()
141 return current_effect_ = graph()->NewNode(common()->Unreachable(), in Unreachable()
148 graph()->NewNode(machine()->Store(rep), object, offset, value, in Store()
154 graph()->NewNode(machine()->Load(rep), object, offset, in Load()
165 return current_effect_ = graph()->NewNode(op, object, offset, value, in StoreUnaligned()
176 return current_effect_ = graph()->NewNode(op, object, offset, current_effect_, in LoadUnaligned()
182 graph()->NewNode(common()->Retain(), buffer, current_effect_); in Retain()
187 graph()->NewNode(machine()->UnsafePointerAdd(), base, external, in UnsafePointerAdd()
193 graph()->NewNode(ToNumberOperator(), ToNumberBuiltinConstant(), in ToNumber()
199 graph()->NewNode(machine()->BitcastWordToTagged(), value, in BitcastWordToTagged()
205 graph()->NewNode(machine()->Word32PoisonOnSpeculation(), value, in Word32PoisonOnSpeculation()
212 return current_control_ = current_effect_ = graph()->NewNode( in DeoptimizeIf()
221 return current_control_ = current_effect_ = graph()->NewNode( in DeoptimizeIfNot()
237 graph()->NewNode(common()->Branch(hint), condition, current_control_); in Branch()
239 current_control_ = graph()->NewNode(common()->IfTrue(), branch); in Branch()
242 current_control_ = graph()->NewNode(common()->IfFalse(), branch); in Branch()