Searched refs:StrOpc (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMFrameLowering.h | 85 unsigned StrOpc, bool NoGap, bool (*Func)(unsigned, bool),
|
| H A D | ARMFastISel.cpp | 1042 unsigned StrOpc; in ARMEmitStore() local 1061 StrOpc = ARM::t2STRBi8; in ARMEmitStore() 1063 StrOpc = ARM::t2STRBi12; in ARMEmitStore() 1065 StrOpc = ARM::STRBi12; in ARMEmitStore() 1075 StrOpc = ARM::t2STRHi8; in ARMEmitStore() 1079 StrOpc = ARM::STRH; in ARMEmitStore() 1090 StrOpc = ARM::t2STRi8; in ARMEmitStore() 1092 StrOpc = ARM::t2STRi12; in ARMEmitStore() 1094 StrOpc = ARM::STRi12; in ARMEmitStore() 1109 StrOpc = ARM::VSTRS; in ARMEmitStore() [all …]
|
| H A D | ARMFrameLowering.cpp | 1498 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument 1547 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst() 1555 BuildMI(MBB, MI, DL, TII.get(StrOpc), ARM::SP) in emitPushInst()
|
| /llvm-project-15.0.7/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 2730 unsigned StrOpc; in spillCalleeSavedRegisters() local 2746 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui; in spillCalleeSavedRegisters() 2751 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui; in spillCalleeSavedRegisters() 2756 StrOpc = RPI.isPaired() ? AArch64::STPQi : AArch64::STRQui; in spillCalleeSavedRegisters() 2761 StrOpc = AArch64::STR_ZXI; in spillCalleeSavedRegisters() 2766 StrOpc = AArch64::STR_PXI; in spillCalleeSavedRegisters() 2788 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()
|