Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h84 unsigned StrOpc, bool NoGap, bool (*Func)(unsigned, bool),
H A DARMFastISel.cpp1041 unsigned StrOpc; in ARMEmitStore() local
1060 StrOpc = ARM::t2STRBi8; in ARMEmitStore()
1062 StrOpc = ARM::t2STRBi12; in ARMEmitStore()
1064 StrOpc = ARM::STRBi12; in ARMEmitStore()
1073 StrOpc = ARM::t2STRHi8; in ARMEmitStore()
1077 StrOpc = ARM::STRH; in ARMEmitStore()
1087 StrOpc = ARM::t2STRi8; in ARMEmitStore()
1089 StrOpc = ARM::t2STRi12; in ARMEmitStore()
1091 StrOpc = ARM::STRi12; in ARMEmitStore()
1106 StrOpc = ARM::VSTRS; in ARMEmitStore()
[all …]
H A DARMFrameLowering.cpp1117 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument
1166 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst()
1174 BuildMI(MBB, MI, DL, TII.get(StrOpc), ARM::SP) in emitPushInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2517 unsigned StrOpc; in spillCalleeSavedRegisters() local
2533 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui; in spillCalleeSavedRegisters()
2538 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui; in spillCalleeSavedRegisters()
2543 StrOpc = RPI.isPaired() ? AArch64::STPQi : AArch64::STRQui; in spillCalleeSavedRegisters()
2548 StrOpc = AArch64::STR_ZXI; in spillCalleeSavedRegisters()
2553 StrOpc = AArch64::STR_PXI; in spillCalleeSavedRegisters()
2575 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()