Lines Matching refs:DL
50 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue() local
67 BuildMI(MBB, MBBI, DL, TII.get(MSP430::PUSH16r)) in emitPrologue()
71 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FP) in emitPrologue()
87 DL = MBBI->getDebugLoc(); in emitPrologue()
99 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SP) in emitPrologue()
116 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue() local
136 BuildMI(MBB, MBBI, DL, TII.get(MSP430::POP16r), MSP430::FP); in emitEpilogue()
149 DL = MBBI->getDebugLoc(); in emitEpilogue()
157 BuildMI(MBB, MBBI, DL, in emitEpilogue()
161 BuildMI(MBB, MBBI, DL, in emitEpilogue()
171 BuildMI(MBB, MBBI, DL, TII.get(MSP430::ADD16ri), MSP430::SP) in emitEpilogue()
188 DebugLoc DL; in spillCalleeSavedRegisters() local
189 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
200 BuildMI(MBB, MI, DL, TII.get(MSP430::PUSH16r)) in spillCalleeSavedRegisters()
214 DebugLoc DL; in restoreCalleeSavedRegisters() local
215 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
221 BuildMI(MBB, MI, DL, TII.get(MSP430::POP16r), CSI[i].getReg()); in restoreCalleeSavedRegisters()