Lines Matching defs:to
625 // after the call will try to deoptimize to the point before the call.
626 // Thus we still need to attach environment to this call even if
714 // cannot be truncated to smi.
722 // the result cannot be truncated to int32.
800 // No need to copy the environment, it cannot be used later.
890 // to insert a split of a range immediately before the instruction due to an
891 // already allocated register needing to be used for the instruction's fixed
894 // the it was just a plain use), so it is free to move the split child into
1557 // Check to see if it would be advantageous to use an lea instruction rather
1568 // We cannot add a tagged immediate to a tagged value,
1630 // We need to use fixed result register for the call.
1830 // abruptly (e.g., threw an exception). There is nothing specific to do.
1850 Representation to = instr->to();
1853 if (to.IsTagged()) {
1860 if (to.IsDouble()) {
1865 } else if (to.IsSmi()) {
1872 DCHECK(to.IsInteger32());
1887 if (to.IsTagged()) {
1894 } else if (to.IsSmi()) {
1899 DCHECK(to.IsInteger32());
1907 if (to.IsTagged()) {
1924 } else if (to.IsSmi()) {
1932 DCHECK(to.IsDouble());
2498 // Use an index that corresponds to the location in the unoptimized frame,