Lines Matching refs:DebugLoc
201 const DebugLoc &DL = DebugLoc());
203 const DebugLoc &DL = DebugLoc());
206 const DebugLoc &DL);
209 int RegNum, const DebugLoc &DL);
221 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB);
435 int NewOpcode, const DebugLoc &DL) { in insertInstrEnd()
445 const DebugLoc &DL) { in insertInstrBefore()
461 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DebugLoc()); in insertInstrBefore()
469 MachineBasicBlock::iterator I, int NewOpcode, const DebugLoc &DL) { in insertCondBranchBefore()
483 int RegNum, const DebugLoc &DL) { in insertCondBranchBefore()
574 DebugLoc R600MachineCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) { in getLastDebugLocInBB()
576 DebugLoc DL; in getLastDebugLocInBB()
1282 CmpResReg, DebugLoc()); in improveSimpleJumpintoIf()
1290 DebugLoc()); in improveSimpleJumpintoIf()
1357 DebugLoc BranchDL = BranchMI->getDebugLoc(); in mergeIfthenelseBlock()
1403 insertInstrBefore(DstBlk, R600::WHILELOOP, DebugLoc()); in mergeLooplandBlock()
1404 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock()
1415 DebugLoc DL = BranchMI->getDebugLoc(); in mergeLoopbreakBlock()
1441 DebugLoc DL = MI->getDebugLoc(); in settleLoopcontBlock()