Home | History | Annotate | Download | only in MSP430

Lines Matching refs:TII

45   const MSP430InstrInfo &TII =
66 BuildMI(MBB, MBBI, DL, TII.get(MSP430::PUSH16r))
70 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FPW)
98 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SPW)
110 const MSP430InstrInfo &TII =
135 BuildMI(MBB, MBBI, DL, TII.get(MSP430::POP16r), MSP430::FPW);
157 TII.get(MSP430::MOV16rr), MSP430::SPW).addReg(MSP430::FPW);
161 TII.get(MSP430::SUB16ri), MSP430::SPW)
170 BuildMI(MBB, MBBI, DL, TII.get(MSP430::ADD16ri), MSP430::SPW)
191 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
199 BuildMI(MBB, MI, DL, TII.get(MSP430::PUSH16r))
217 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
220 BuildMI(MBB, MI, DL, TII.get(MSP430::POP16r), CSI[i].getReg());
228 const MSP430InstrInfo &TII =
246 if (Old->getOpcode() == TII.getCallFrameSetupOpcode()) {
248 TII.get(MSP430::SUB16ri), MSP430::SPW)
251 assert(Old->getOpcode() == TII.getCallFrameDestroyOpcode());
257 TII.get(MSP430::ADD16ri), MSP430::SPW)
269 } else if (I->getOpcode() == TII.getCallFrameDestroyOpcode()) {
275 BuildMI(MF, Old->getDebugLoc(), TII.get(MSP430::SUB16ri),