Lines Matching refs:getDebugLoc
185 if (I != MBB.end()) DL = I->getDebugLoc(); in storeRegToStack()
227 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStack()
363 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in adjustStackPtr()
435 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn64)) in expandRetRA()
438 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn)).addReg(Mips::RA); in expandRetRA()
456 BuildMI(MBB, I, I->getDebugLoc(), get(NewOpc), I->getOperand(0).getReg()); in expandPseudoMFHiLo()
470 DebugLoc DL = I->getDebugLoc(); in expandPseudoMTLoHi()
496 DebugLoc DL = I->getDebugLoc(); in expandCvtFPInt()
518 DebugLoc dl = I->getDebugLoc(); in expandExtractElementF64()
557 DebugLoc dl = I->getDebugLoc(); in expandBuildPairF64()
626 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), T9) in expandEhReturn()
629 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), RA) in expandEhReturn()
632 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), SP).addReg(SP).addReg(OffsetReg); in expandEhReturn()