Lines Matching full:move
137 * Finds the corresponding instruction for a given move result
139 * @param moveInsn {@code non-null;} a move result instruction
141 * the move
150 * Finds the corresponding move result for a given instruction
153 * followed by a move result
154 * @return {@code non-null;} the move result for the given instruction
214 * move result or move param.
245 * Determine the origin of a move result pseudo instruction that generates
248 * @param insn {@code non-null;} move result pseudo instruction to process
250 * move result pseudo instruction
396 case RegOps.MOVE:
397 // Follow uses of the move by adding it to the worklist
484 // Get the instructions for the definition and move of the array
529 * @param def {@code non-null;} move result instruction for array
553 * move instructions, and array lengths and fills are handled. Can also
556 * @param use {@code non-null;} move result instruction for array
584 result, RegOps.MOVE, null);
601 result, RegOps.MOVE, null);
643 * source of the move to any users of the result.
649 // Look for move instructions only
651 insn.getOpcode().getOpcode() != RegOps.MOVE) {
681 // Modify all uses of the move to use the source of the move instead
743 // Add a successor block with a move result pseudo for the exception
776 * TODO: move this somewhere more appropriate
814 * TODO: move this somewhere more appropriate