Home
last modified time | relevance | path

Searched refs:ehDataReg (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h43 unsigned ehDataReg(unsigned I) const;
H A DMipsSEFrameLowering.cpp401 unsigned MipsSEFrameLowering::ehDataReg(unsigned I) const { in ehDataReg() function in MipsSEFrameLowering
515 if (!MBB.isLiveIn(ehDataReg(I))) in emitPrologue()
516 MBB.addLiveIn(ehDataReg(I)); in emitPrologue()
517 TII.storeRegToStackSlot(MBB, MBBI, ehDataReg(I), false, in emitPrologue()
524 unsigned Reg = MRI->getDwarfRegNum(ehDataReg(I), true); in emitPrologue()
586 TII.loadRegFromStackSlot(MBB, I, ehDataReg(J), MipsFI->getEhDataRegFI(J), in emitEpilogue()