Home
last modified time | relevance | path

Searched refs:RestoreMI (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp377 static bool combineRestoreADD(MachineBasicBlock::iterator RestoreMI, in combineRestoreADD() argument
391 RestoreMI->eraseFromParent(); in combineRestoreADD()
404 static bool combineRestoreOR(MachineBasicBlock::iterator RestoreMI, in combineRestoreOR() argument
430 RestoreMI->eraseFromParent(); in combineRestoreOR()
443 static bool combineRestoreSETHIi(MachineBasicBlock::iterator RestoreMI, in combineRestoreSETHIi() argument
468 assert(RestoreMI->getOpcode() == SP::RESTORErr); in combineRestoreSETHIi()
470 RestoreMI->setDesc(TII->get(SP::RESTOREri)); in combineRestoreSETHIi()
472 RestoreMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreSETHIi()
473 RestoreMI->getOperand(1).setReg(SP::G0); in combineRestoreSETHIi()
474 RestoreMI->getOperand(2).ChangeToImmediate(imm); in combineRestoreSETHIi()