Lines Matching defs:to
602 // after the call will try to deoptimize to the point before the call.
603 // Thus we still need to attach environment to this call even if
701 // truncated to smi.
710 // by 0 and the result cannot be truncated to int32.
734 // to use fixed result register for the call.
790 // No need to copy the environment, it cannot be used later.
880 // to insert a split of a range immediately before the instruction due to an
881 // already allocated register needing to be used for the instruction's fixed
884 // the it was just a plain use), so it is free to move the split child into
1649 // We need to use fixed result register for the call.
1832 // 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()) {
1866 } else if (to.IsSmi()) {
1874 DCHECK(to.IsInteger32());
1889 if (to.IsTagged()) {
1897 } else if (to.IsSmi()) {
1902 DCHECK(to.IsInteger32());
1910 if (to.IsTagged()) {
1927 } else if (to.IsSmi()) {
1935 DCHECK(to.IsDouble());
2415 // Use an index that corresponds to the location in the unoptimized frame,