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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1FrameLowering.cpp 185 static bool isCSRestore(MachineInstr *MI, const unsigned *CSRegs) {
228 while (MBBI != MBB.begin() && isCSRestore(MBBI, CSRegs));
229 if (!isCSRestore(MBBI, CSRegs))
273 while (MBBI != MBB.end() && isCSRestore(MBBI, CSRegs))
ARMFrameLowering.cpp 82 static bool isCSRestore(MachineInstr *MI,
348 while (MBBI != MBB.begin() && isCSRestore(MBBI, TII, CSRegs));
349 if (!isCSRestore(MBBI, TII, CSRegs))
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 306 static bool isCSRestore(MachineInstr &MI, const MCPhysReg *CSRegs) {
347 while (MBBI != MBB.begin() && isCSRestore(*MBBI, CSRegs));
348 if (!isCSRestore(*MBBI, CSRegs))
ARMFrameLowering.cpp 101 static bool isCSRestore(MachineInstr &MI, const ARMBaseInstrInfo &TII,
728 } while (MBBI != MBB.begin() && isCSRestore(*MBBI, TII, CSRegs));
729 if (!isCSRestore(*MBBI, TII, CSRegs))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 406 static bool isCSRestore(MachineInstr &MI, const MCPhysReg *CSRegs) {
447 while (MBBI != MBB.begin() && isCSRestore(*MBBI, CSRegs));
448 if (!isCSRestore(*MBBI, CSRegs))
    [all...]
ARMFrameLowering.cpp 146 static bool isCSRestore(MachineInstr &MI, const ARMBaseInstrInfo &TII,
798 } while (MBBI != MBB.begin() && isCSRestore(*MBBI, TII, CSRegs));
799 if (!isCSRestore(*MBBI, TII, CSRegs))
    [all...]

Completed in 2292 milliseconds