Lines Matching refs:DebugLoc
198 const DebugLoc &DL = DebugLoc());
200 const DebugLoc &DL = DebugLoc());
203 const DebugLoc &DL);
206 int RegNum, const DebugLoc &DL);
218 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *MBB);
432 int NewOpcode, const DebugLoc &DL) { in insertInstrEnd()
442 const DebugLoc &DL) { in insertInstrBefore()
458 MBB->getParent()->CreateMachineInstr(TII->get(NewOpcode), DebugLoc()); in insertInstrBefore()
466 MachineBasicBlock::iterator I, int NewOpcode, const DebugLoc &DL) { in insertCondBranchBefore()
480 int RegNum, const DebugLoc &DL) { in insertCondBranchBefore()
571 DebugLoc AMDGPUCFGStructurizer::getLastDebugLocInBB(MachineBasicBlock *MBB) { in getLastDebugLocInBB()
573 DebugLoc DL; in getLastDebugLocInBB()
1290 CmpResReg, DebugLoc()); in improveSimpleJumpintoIf()
1298 DebugLoc()); in improveSimpleJumpintoIf()
1368 DebugLoc BranchDL = BranchMI->getDebugLoc(); in mergeIfthenelseBlock()
1414 insertInstrBefore(DstBlk, R600::WHILELOOP, DebugLoc()); in mergeLooplandBlock()
1415 insertInstrEnd(DstBlk, R600::ENDLOOP, DebugLoc()); in mergeLooplandBlock()
1426 DebugLoc DL = BranchMI->getDebugLoc(); in mergeLoopbreakBlock()
1452 DebugLoc DL = MI->getDebugLoc(); in settleLoopcontBlock()