Searched refs:PushOneOpc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.h | 104 unsigned PushOneOpc) const;
|
| H A D | ARMFrameLowering.cpp | 2217 unsigned PushOneOpc = AFI->isThumbFunction() ? in spillCalleeSavedRegisters() local 2255 emitPushInst(MBB, MI, CSI, PushOpc, PushOneOpc, false, IsGPRCS1); in spillCalleeSavedRegisters() 2256 emitPushInst(MBB, MI, CSI, PushOpc, PushOneOpc, false, IsGPRCS2); in spillCalleeSavedRegisters() 2259 emitPushInst(MBB, MI, CSI, PushOpc, PushOneOpc, false, IsGPRCS3); in spillCalleeSavedRegisters()
|