Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1059 unsigned StrOpc; in ARMEmitStore() local
1078 StrOpc = ARM::t2STRBi8; in ARMEmitStore()
1080 StrOpc = ARM::t2STRBi12; in ARMEmitStore()
1082 StrOpc = ARM::STRBi12; in ARMEmitStore()
1091 StrOpc = ARM::t2STRHi8; in ARMEmitStore()
1095 StrOpc = ARM::STRH; in ARMEmitStore()
1105 StrOpc = ARM::t2STRi8; in ARMEmitStore()
1107 StrOpc = ARM::t2STRi12; in ARMEmitStore()
1109 StrOpc = ARM::STRi12; in ARMEmitStore()
1124 StrOpc = ARM::VSTRS; in ARMEmitStore()
[all …]
H A DARMFrameLowering.h71 unsigned StrOpc, bool NoGap,
H A DARMFrameLowering.cpp965 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument
1015 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst()
1023 BuildMI(MBB, MI, DL, TII.get(StrOpc), ARM::SP) in emitPushInst()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp1782 unsigned StrOpc; in spillCalleeSavedRegisters() local
1797 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui; in spillCalleeSavedRegisters()
1802 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui; in spillCalleeSavedRegisters()
1807 StrOpc = RPI.isPaired() ? AArch64::STPQi : AArch64::STRQui; in spillCalleeSavedRegisters()
1829 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()