HomeSort by relevance Sort by last modified time
    Searched refs:isCSRestore (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 305 static bool isCSRestore(MachineInstr *MI, const MCPhysReg *CSRegs) {
350 while (MBBI != MBB.begin() && isCSRestore(MBBI, CSRegs));
351 if (!isCSRestore(MBBI, CSRegs))
ARMFrameLowering.cpp 92 static bool isCSRestore(MachineInstr *MI,
766 } while (MBBI != MBB.begin() && isCSRestore(MBBI, TII, CSRegs));
767 if (!isCSRestore(MBBI, TII, CSRegs))
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 511 static bool isCSRestore(MachineInstr *MI, const MCPhysReg *CSRegs) {
604 } while (LastPopI != MBB.begin() && isCSRestore(LastPopI, CSRegs));
605 if (!isCSRestore(LastPopI, CSRegs)) {
    [all...]

Completed in 1884 milliseconds