Searched refs:isCSRestore (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | Thumb1FrameLowering.cpp | 305 static bool isCSRestore(MachineInstr *MI, const MCPhysReg *CSRegs) { in isCSRestore() function 350 while (MBBI != MBB.begin() && isCSRestore(MBBI, CSRegs)); in emitEpilogue() 351 if (!isCSRestore(MBBI, CSRegs)) in emitEpilogue()
|
D | ARMFrameLowering.cpp | 92 static bool isCSRestore(MachineInstr *MI, in isCSRestore() function 766 } while (MBBI != MBB.begin() && isCSRestore(MBBI, TII, CSRegs)); in emitEpilogue() 767 if (!isCSRestore(MBBI, TII, CSRegs)) in emitEpilogue()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 511 static bool isCSRestore(MachineInstr *MI, const MCPhysReg *CSRegs) { in isCSRestore() function 604 } while (LastPopI != MBB.begin() && isCSRestore(LastPopI, CSRegs)); in emitEpilogue() 605 if (!isCSRestore(LastPopI, CSRegs)) { in emitEpilogue()
|