Lines Matching defs:to
590 // after the call will try to deoptimize to the point before the call.
591 // Thus we still need to attach environment to this call even if
690 // truncated to smi.
699 // by 0 and the result cannot be truncated to int32.
776 // No need to copy the environment, it cannot be used later.
866 // to insert a split of a range immediately before the instruction due to an
867 // already allocated register needing to be used for the instruction's fixed
870 // the it was just a plain use), so it is free to move the split child into
1685 // We need to use fixed result register for the call.
1869 // abruptly (e.g., threw an exception). There is nothing specific to do.
1889 Representation to = instr->to();
1892 if (to.IsTagged()) {
1899 if (to.IsDouble()) {
1904 } else if (to.IsSmi()) {
1911 DCHECK(to.IsInteger32());
1926 if (to.IsTagged()) {
1934 } else if (to.IsSmi()) {
1939 DCHECK(to.IsInteger32());
1947 if (to.IsTagged()) {
1964 } else if (to.IsSmi()) {
1972 DCHECK(to.IsDouble());
2462 // Use an index that corresponds to the location in the unoptimized frame,