Lines Matching refs:machine

79       machine()->Is64()
120 return AddNode(graph()->NewNode(machine()->LoadFramePointer()));
146 return AddNode(graph()->NewNode(machine()->Name(), input)); \
153 return AddNode(graph()->NewNode(machine()->Name(), left, right)); \
161 graph()->NewNode(machine()->Name(), left, right, control())); \
195 CHECK(machine()->Float64RoundDown().IsSupported());
196 return AddNode(graph()->NewNode(machine()->Float64RoundDown().op(), value));
200 CHECK(machine()->Float64RoundTruncate().IsSupported());
202 graph()->NewNode(machine()->Float64RoundTruncate().op(), value));
207 graph()->NewNode(machine()->TruncateFloat64ToInt64(kind), value));
398 graph()->NewNode(machine()->DebugBreak(), effect(), control()));
416 graph()->NewNode(machine()->StackSlot(size, alignment)));
421 return AddNode(graph()->NewNode(machine()->Store(rep), object, offset, value,
431 return AddNode(graph()->NewNode(machine()->Load(type), object, offset,
443 machine()->UnalignedStoreSupported(rep))
444 ? machine()->Store(StoreRepresentation(rep, kNoWriteBarrier))
445 : machine()->UnalignedStore(rep);
454 machine()->UnalignedLoadSupported(type.representation()))
455 ? machine()->Load(type)
456 : machine()->UnalignedLoad(type);
462 return AddNode(graph()->NewNode(machine()->ProtectedStore(rep), object,
468 return AddNode(graph()->NewNode(machine()->ProtectedLoad(type), object,
477 return AddNode(graph()->NewNode(machine()->UnsafePointerAdd(), base, external,
489 graph()->NewNode(machine()->BitcastWordToTaggedSigned(), value));
493 return AddNode(graph()->NewNode(machine()->BitcastWordToTagged(), value,
498 return AddNode(graph()->NewNode(machine()->BitcastTaggedToWord(), value,
504 machine()->BitcastTaggedToWordForTagAndSmiBits(), value));
508 return AddNode(graph()->NewNode(machine()->BitcastMaybeObjectToWord(), value,