Searched refs:GetEhDataReg (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.h | 78 unsigned GetEhDataReg(unsigned I) const;
|
D | MipsABIInfo.cpp | 110 unsigned MipsABIInfo::GetEhDataReg(unsigned I) const { in GetEhDataReg() function in MipsABIInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIInfo.h | 78 unsigned GetEhDataReg(unsigned I) const;
|
D | MipsABIInfo.cpp | 109 unsigned MipsABIInfo::GetEhDataReg(unsigned I) const { in GetEhDataReg() function in MipsABIInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 510 if (!MBB.isLiveIn(ABI.GetEhDataReg(I))) in emitPrologue() 511 MBB.addLiveIn(ABI.GetEhDataReg(I)); in emitPrologue() 512 TII.storeRegToStackSlot(MBB, MBBI, ABI.GetEhDataReg(I), false, in emitPrologue() 519 unsigned Reg = MRI->getDwarfRegNum(ABI.GetEhDataReg(I), true); in emitPrologue() 730 TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J), in emitEpilogue()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEFrameLowering.cpp | 484 if (!MBB.isLiveIn(ABI.GetEhDataReg(I))) in emitPrologue() 485 MBB.addLiveIn(ABI.GetEhDataReg(I)); in emitPrologue() 486 TII.storeRegToStackSlot(MBB, MBBI, ABI.GetEhDataReg(I), false, in emitPrologue() 493 unsigned Reg = MRI->getDwarfRegNum(ABI.GetEhDataReg(I), true); in emitPrologue() 705 TII.loadRegFromStackSlot(MBB, I, ABI.GetEhDataReg(J), in emitEpilogue()
|