Searched refs:StrOpc (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFastISel.cpp | 1080 unsigned StrOpc; in ARMEmitStore() local 1100 StrOpc = ARM::t2STRBi8; in ARMEmitStore() 1102 StrOpc = ARM::t2STRBi12; in ARMEmitStore() 1104 StrOpc = ARM::STRBi12; in ARMEmitStore() 1115 StrOpc = ARM::t2STRHi8; in ARMEmitStore() 1117 StrOpc = ARM::t2STRHi12; in ARMEmitStore() 1119 StrOpc = ARM::STRH; in ARMEmitStore() 1131 StrOpc = ARM::t2STRi8; in ARMEmitStore() 1133 StrOpc = ARM::t2STRi12; in ARMEmitStore() 1135 StrOpc = ARM::STRi12; in ARMEmitStore() [all …]
|
| H A D | ARMFrameLowering.h | 95 unsigned StrOpc, bool NoGap,
|
| H A D | ARMFrameLowering.cpp | 1654 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument 1699 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst() 1707 BuildMI(MBB, MI, DL, TII.get(StrOpc), ARM::SP) in emitPushInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 3504 unsigned StrOpc; in spillCalleeSavedRegisters() local 3520 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui; in spillCalleeSavedRegisters() 3523 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui; in spillCalleeSavedRegisters() 3526 StrOpc = RPI.isPaired() ? AArch64::STPQi : AArch64::STRQui; in spillCalleeSavedRegisters() 3529 StrOpc = RPI.isPaired() ? AArch64::ST1B_2Z_IMM : AArch64::STR_ZXI; in spillCalleeSavedRegisters() 3532 StrOpc = in spillCalleeSavedRegisters() 3536 StrOpc = AArch64::STRXui; in spillCalleeSavedRegisters() 3639 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters() 3659 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()
|