Lines Matching refs:DebugLoc
1390 cmpResReg, DebugLoc());
1394 passRep, initReg, DebugLoc());
1546 DebugLoc branchDL = branchInstr->getDebugLoc();
1610 /* we last inserterd the DebugLoc in the
1612 * search for the DebugLoc in the that statement.
1613 * if not found, we have to insert the empty/default DebugLoc */
1615 DebugLoc DLBreak = (loopBreakInstr) ? loopBreakInstr->getDebugLoc() : DebugLoc();
1632 /* we last inserterd the DebugLoc in the continue statement in the current dstBlk
1633 * search for the DebugLoc in the continue statement.
1634 * if not found, we have to insert the empty/default DebugLoc */
1636 DebugLoc DLContinue = (continueInstr) ? continueInstr->getDebugLoc() : DebugLoc();
1706 DebugLoc DL = branchInstr->getDebugLoc();
1779 DebugLoc DL = branchInstr->getDebugLoc();
1966 DebugLoc DL;
2901 static DebugLoc getLastDebugLocInBB(MachineBasicBlock *blk) {
2902 //get DebugLoc from the first MachineBasicBlock instruction with debug info
2903 DebugLoc DL;
3008 return insertInstrBefore(blk,newOpcode,passRep,DebugLoc());
3012 AMDGPUCFGStructurizer *passRep, DebugLoc DL) {
3031 insertInstrEnd(blk,newOpcode,passRep,DebugLoc());
3035 AMDGPUCFGStructurizer *passRep, DebugLoc DL) {
3054 DebugLoc());
3066 DebugLoc DL) {
3087 DebugLoc DL) {
3106 blk->getParent()->CreateMachineInstr(tii->get(newOpcode), DebugLoc());
3155 blk->getParent()->CreateMachineInstr(tii->get(tii->getIEQOpcode()), DebugLoc());