Lines Matching refs:getDebugLoc
329 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStack()
683 MIB = BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn64)) in expandRetRA()
686 MIB = BuildMI(MBB, I, I->getDebugLoc(), get(Mips::PseudoReturn)) in expandRetRA()
698 BuildMI(MBB, I, I->getDebugLoc(), get(Mips::ERET)); in expandERet()
716 BuildMI(MBB, I, I->getDebugLoc(), get(NewOpc), I->getOperand(0).getReg()); in expandPseudoMFHiLo()
730 DebugLoc DL = I->getDebugLoc(); in expandPseudoMTLoHi()
757 DebugLoc DL = I->getDebugLoc(); in expandCvtFPInt()
780 DebugLoc dl = I->getDebugLoc(); in expandExtractElementF64()
822 DebugLoc dl = I->getDebugLoc(); in expandBuildPairF64()
895 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), T9) in expandEhReturn()
898 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), RA) in expandEhReturn()
901 BuildMI(MBB, I, I->getDebugLoc(), get(ADDU), SP).addReg(SP).addReg(OffsetReg); in expandEhReturn()