Lines Matching refs:DL
49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue() local
66 BuildMI(MBB, MBBI, DL, TII.get(MSP430::PUSH16r)) in emitPrologue()
70 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FPW) in emitPrologue()
86 DL = MBBI->getDebugLoc(); in emitPrologue()
98 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SPW) in emitPrologue()
115 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue() local
135 BuildMI(MBB, MBBI, DL, TII.get(MSP430::POP16r), MSP430::FPW); in emitEpilogue()
148 DL = MBBI->getDebugLoc(); in emitEpilogue()
156 BuildMI(MBB, MBBI, DL, in emitEpilogue()
160 BuildMI(MBB, MBBI, DL, in emitEpilogue()
170 BuildMI(MBB, MBBI, DL, TII.get(MSP430::ADD16ri), MSP430::SPW) in emitEpilogue()
187 DebugLoc DL; in spillCalleeSavedRegisters() local
188 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
199 BuildMI(MBB, MI, DL, TII.get(MSP430::PUSH16r)) in spillCalleeSavedRegisters()
213 DebugLoc DL; in restoreCalleeSavedRegisters() local
214 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
220 BuildMI(MBB, MI, DL, TII.get(MSP430::POP16r), CSI[i].getReg()); in restoreCalleeSavedRegisters()