Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1042 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()
1077 StrOpc = ARM::t2STRHi12; 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()
[all …]
H A DARMFrameLowering.h93 unsigned StrOpc, bool NoGap, bool (*Func)(unsigned, bool),
H A DARMFrameLowering.cpp1525 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument
1574 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst()
1582 BuildMI(MBB, MI, DL, TII.get(StrOpc), ARM::SP) in emitPushInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3187 unsigned StrOpc; in spillCalleeSavedRegisters() local
3203 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui; in spillCalleeSavedRegisters()
3208 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui; in spillCalleeSavedRegisters()
3213 StrOpc = RPI.isPaired() ? AArch64::STPQi : AArch64::STRQui; in spillCalleeSavedRegisters()
3218 StrOpc = RPI.isPaired() ? AArch64::ST1B_2Z_IMM : AArch64::STR_ZXI; in spillCalleeSavedRegisters()
3223 StrOpc = AArch64::STR_PXI; in spillCalleeSavedRegisters()
3228 StrOpc = AArch64::STRXui; in spillCalleeSavedRegisters()
3333 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()
3353 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()