Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DDelaySlotFiller.cpp358 static bool combineRestoreADD(MachineBasicBlock::iterator RestoreMI, in combineRestoreADD() argument
372 RestoreMI->eraseFromParent(); in combineRestoreADD()
385 static bool combineRestoreOR(MachineBasicBlock::iterator RestoreMI, in combineRestoreOR() argument
411 RestoreMI->eraseFromParent(); in combineRestoreOR()
424 static bool combineRestoreSETHIi(MachineBasicBlock::iterator RestoreMI, in combineRestoreSETHIi() argument
449 assert(RestoreMI->getOpcode() == SP::RESTORErr); in combineRestoreSETHIi()
451 RestoreMI->setDesc(TII->get(SP::RESTOREri)); in combineRestoreSETHIi()
453 RestoreMI->getOperand(0).setReg(reg - SP::I0 + SP::O0); in combineRestoreSETHIi()
454 RestoreMI->getOperand(1).setReg(SP::G0); in combineRestoreSETHIi()
455 RestoreMI->getOperand(2).ChangeToImmediate(imm); in combineRestoreSETHIi()