Lines Matching full:restore
114 // If MI is restore, try combining it with previous inst. in runOnMachineBasicBlock()
381 // restore %g0, %g0, %i[0-7] in combineRestoreADD()
383 // After : restore <op0>, <op1>, %o[0-7] in combineRestoreADD()
389 // Erase RESTORE. in combineRestoreADD()
392 // Change ADD to RESTORE. in combineRestoreADD()
408 // restore %g0, %g0, %i[0-7] in combineRestoreOR()
411 // After : restore <op0>, <op1>, %o[0-7] in combineRestoreOR()
428 // Erase RESTORE. in combineRestoreOR()
431 // Change OR to RESTORE. in combineRestoreOR()
447 // restore %g0, %g0, %g0 in combineRestoreSETHIi()
449 // After : restore %g0, (imm3<<10), %o[0-7] in combineRestoreSETHIi()
489 // assert that MBBI is a "restore %g0, %g0, %g0". in tryCombineRestoreWithPrevInst()