Lines Matching refs:DL
39 DebugLoc DL; in storeRegToStackSlot() local
40 if (MI != MBB.end()) DL = MI->getDebugLoc(); in storeRegToStackSlot()
51 BuildMI(MBB, MI, DL, get(MSP430::MOV16mr)) in storeRegToStackSlot()
55 BuildMI(MBB, MI, DL, get(MSP430::MOV8mr)) in storeRegToStackSlot()
67 DebugLoc DL; in loadRegFromStackSlot() local
68 if (MI != MBB.end()) DL = MI->getDebugLoc(); in loadRegFromStackSlot()
79 BuildMI(MBB, MI, DL, get(MSP430::MOV16rm)) in loadRegFromStackSlot()
82 BuildMI(MBB, MI, DL, get(MSP430::MOV8rm)) in loadRegFromStackSlot()
89 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg() argument
100 BuildMI(MBB, I, DL, get(Opc), DestReg) in copyPhysReg()
263 DebugLoc DL) const { in InsertBranch()
272 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(TBB); in InsertBranch()
278 BuildMI(&MBB, DL, get(MSP430::JCC)).addMBB(TBB).addImm(Cond[0].getImm()); in InsertBranch()
283 BuildMI(&MBB, DL, get(MSP430::JMP)).addMBB(FBB); in InsertBranch()