Home
last modified time | relevance | path

Searched refs:isCSRestore (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp305 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()
DARMFrameLowering.cpp92 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/
DAArch64FrameLowering.cpp511 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()