OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEhDataReg
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h
77
unsigned
GetEhDataReg
(unsigned I) const;
MipsABIInfo.cpp
125
unsigned MipsABIInfo::
GetEhDataReg
(unsigned I) const {
/external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp
486
if (!MBB.isLiveIn(ABI.
GetEhDataReg
(I)))
487
MBB.addLiveIn(ABI.
GetEhDataReg
(I));
488
TII.storeRegToStackSlot(MBB, MBBI, ABI.
GetEhDataReg
(I), false,
495
unsigned Reg = MRI->getDwarfRegNum(ABI.
GetEhDataReg
(I), true);
707
TII.loadRegFromStackSlot(MBB, I, ABI.
GetEhDataReg
(J),
[
all
...]
Completed in 948 milliseconds