Home
last modified time | relevance | path

Searched refs:splitFramePushPop (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp424 if (STI.splitFramePushPop(MF)) { in emitPrologue()
633 if (STI.splitFramePushPop(MF)) in emitPrologue()
666 if (STI.splitFramePushPop(MF)) { in emitPrologue()
992 if (!(Func)(Reg, STI.splitFramePushPop(MF))) continue; in emitPushInst()
1082 if (!(Func)(Reg, STI.splitFramePushPop(MF))) continue; in emitPopInst()
1728 if (!STI.splitFramePushPop(MF)) { in determineCalleeSaves()
1750 if (!STI.splitFramePushPop(MF)) { in determineCalleeSaves()
DARMSubtarget.h787 bool splitFramePushPop(const MachineFunction &MF) const { in splitFramePushPop() function
DThumb1FrameLowering.cpp214 if (STI.splitFramePushPop(MF)) { in emitPrologue()
277 if (STI.splitFramePushPop(MF)) in emitPrologue()
DARMBaseRegisterInfo.cpp67 bool UseSplitPush = STI.splitFramePushPop(*MF); in getCalleeSavedRegs()