Lines Matching refs:DebugLoc
223 const DebugLoc &DL = DebugLoc());
225 const DebugLoc &DL = DebugLoc());
228 const DebugLoc &DL);
231 int RegNum, const DebugLoc &DL);
243 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB);
457 int NewOpcode, const DebugLoc &DL) { in insertInstrEnd()
467 const DebugLoc &DL) { in insertInstrBefore()
483 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DebugLoc()); in insertInstrBefore()
491 MachineBasicBlock::iterator I, int NewOpcode, const DebugLoc &DL) { in insertCondBranchBefore()
505 int RegNum, const DebugLoc &DL) { in insertCondBranchBefore()
596 DebugLoc AMDGPUCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) { in getLastDebugLocInBB()
598 DebugLoc DL; in getLastDebugLocInBB()
1315 CmpResReg, DebugLoc()); in improveSimpleJumpintoIf()
1323 DebugLoc()); in improveSimpleJumpintoIf()
1393 DebugLoc BranchDL = BranchMI->getDebugLoc(); in mergeIfthenelseBlock()
1439 insertInstrBefore(DstBlk, R600::WHILELOOP, DebugLoc()); in mergeLooplandBlock()
1440 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock()
1451 DebugLoc DL = BranchMI->getDebugLoc(); in mergeLoopbreakBlock()
1477 DebugLoc DL = MI->getDebugLoc(); in settleLoopcontBlock()