Home | History | Annotate | Download | only in Hexagon

Lines Matching full:move

11 // to move them together. If we can move them next to each other we do so and
220 /// isUnsafeToMoveAcross - Returns true if it is unsafe to move a copy
232 /// isSafeToMoveTogether - Returns true if it is safe to move I1 next to I2 such
243 // It is not safe to move I1 and I2 into one combine if I2 has a true
250 // First try to move I2 towards I1.
260 // If I2 kills its operand and we move I2 over an instruction that also
274 // we can't move I2 across it.
298 // Try to move I1 towards I2.
307 // Track killed operands. If we move across an instruction that kills our
326 // If we want to move R6 = across the KILL instruction we would have
328 // conservative and disallow the move.
329 // we can't move I1 across it.