Home | History | Annotate | Download | only in quick

Lines Matching full:instruction

41 /* Convert a more expensive instruction (ie load) into a move */
47 * Insert the converted instruction after the original since the
48 * optimization is scannng in the top-down order and the new instruction
56 * Perform a pass of top-down walk, from the second-last instruction in the
126 * Add pc to the resource mask to prevent this instruction
158 * Should only see literal loads in the instruction
256 * since the instruction list is scanned in the
271 * Perform a pass of bottom-up walk, from the second instruction in the
287 /* Start from the second instruction */
363 * Store the dependent or non-pseudo/indepedent instruction to the
389 * At least one independent instruction is found. Scan in the reversed
409 /* Check the highest instruction */
412 * If the first instruction is a load, don't hoist anything
472 * Nop any unconditional branches that go to the next instruction.
474 * use a check in final instruction assembly to nop those out.
480 /* Branch to the next instruction */
488 * Is the branch target the next instruction?
498 * might be the last real instruction.