Home | History | Annotate | Download | only in MSP430

Lines Matching refs:tii

36                                        const TargetInstrInfo &tii)
37 : MSP430GenRegisterInfo(MSP430::PCW), TM(tm), TII(tii) {
123 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
125 TII.get(MSP430::SUB16ri), MSP430::SPW)
128 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
134 TII.get(MSP430::ADD16ri), MSP430::SPW)
146 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) {
152 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),
201 MI.setDesc(TII.get(MSP430::MOV16rr));
210 BuildMI(MBB, llvm::next(II), dl, TII.get(MSP430::SUB16ri), DstReg)
213 BuildMI(MBB, llvm::next(II), dl, TII.get(MSP430::ADD16ri), DstReg)