Lines Matching refs:DL
47 const DebugLoc &DL, in BuildCFI() argument
52 BuildMI(MBB, MBBI, DL, TII.get(TargetOpcode::CFI_INSTRUCTION)) in BuildCFI()
59 const DebugLoc &DL, bool IsPrologue) const { in emitCalleeSavedFrameMoves() argument
74 BuildCFI(MBB, MBBI, DL, in emitCalleeSavedFrameMoves()
77 BuildCFI(MBB, MBBI, DL, in emitCalleeSavedFrameMoves()
92 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue() local
110 BuildMI(MBB, MBBI, DL, TII.get(MSP430::PUSH16r)) in emitPrologue()
116 BuildCFI(MBB, MBBI, DL, in emitPrologue()
123 MBB, MBBI, DL, in emitPrologue()
128 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::R4) in emitPrologue()
134 BuildCFI(MBB, MBBI, DL, in emitPrologue()
154 BuildCFI(MBB, MBBI, DL, in emitPrologue()
162 DL = MBBI->getDebugLoc(); in emitPrologue()
174 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SP) in emitPrologue()
184 MBB, MBBI, DL, in emitPrologue()
190 emitCalleeSavedFrameMoves(MBB, MBBI, DL, true); in emitPrologue()
202 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue() local
223 BuildMI(MBB, MBBI, DL, TII.get(MSP430::POP16r), MSP430::R4) in emitEpilogue()
226 BuildCFI(MBB, MBBI, DL, in emitEpilogue()
232 BuildCFI(MBB, AfterPop, DL, in emitEpilogue()
254 DL = MBBI->getDebugLoc(); in emitEpilogue()
262 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::SP) in emitEpilogue()
267 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SP) in emitEpilogue()
278 BuildMI(MBB, MBBI, DL, TII.get(MSP430::ADD16ri), MSP430::SP) in emitEpilogue()
287 BuildCFI(MBB, MBBI, DL, in emitEpilogue()
305 BuildCFI(MBB, MBBI, DL, in emitEpilogue()
311 emitCalleeSavedFrameMoves(MBB, AfterPop, DL, false); in emitEpilogue()
321 DebugLoc DL; in spillCalleeSavedRegisters() local
322 if (MI != MBB.end()) DL = MI->getDebugLoc(); in spillCalleeSavedRegisters()
333 BuildMI(MBB, MI, DL, TII.get(MSP430::PUSH16r)) in spillCalleeSavedRegisters()
346 DebugLoc DL; in restoreCalleeSavedRegisters() local
347 if (MI != MBB.end()) DL = MI->getDebugLoc(); in restoreCalleeSavedRegisters()
353 BuildMI(MBB, MI, DL, TII.get(MSP430::POP16r), I.getReg()) in restoreCalleeSavedRegisters()
412 DebugLoc DL = I->getDebugLoc(); in eliminateCallFramePseudoInstr() local
413 BuildCFI(MBB, I, DL, in eliminateCallFramePseudoInstr()