Lines Matching defs:to
597 // after the call will try to deoptimize to the point before the call.
598 // Thus we still need to attach environment to this call even if
697 // truncated to smi.
706 // by 0 and the result cannot be truncated to int32.
730 // to use fixed result register for the call.
786 // No need to copy the environment, it cannot be used later.
876 // to insert a split of a range immediately before the instruction due to an
877 // already allocated register needing to be used for the instruction's fixed
880 // the it was just a plain use), so it is free to move the split child into
1632 // We need to use fixed result register for the call.
1816 // abruptly (e.g., threw an exception). There is nothing specific to do.
1836 Representation to = instr->to();
1839 if (to.IsTagged()) {
1846 if (to.IsDouble()) {
1851 } else if (to.IsSmi()) {
1858 DCHECK(to.IsInteger32());
1873 if (to.IsTagged()) {
1881 } else if (to.IsSmi()) {
1886 DCHECK(to.IsInteger32());
1894 if (to.IsTagged()) {
1911 } else if (to.IsSmi()) {
1919 DCHECK(to.IsDouble());
2409 // Use an index that corresponds to the location in the unoptimized frame,