Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
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()
1075 StrOpc = ARM::t2STRHi12; 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()
[all …]
H A DARMFrameLowering.h84 unsigned StrOpc, bool NoGap, bool (*Func)(unsigned, bool),
H A DARMFrameLowering.cpp1072 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument
1121 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst()
1129 BuildMI(MBB, MI, DL, TII.get(StrOpc), ARM::SP) in emitPushInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2510 unsigned StrOpc; in spillCalleeSavedRegisters() local
2526 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui; in spillCalleeSavedRegisters()
2531 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui; in spillCalleeSavedRegisters()
2536 StrOpc = RPI.isPaired() ? AArch64::STPQi : AArch64::STRQui; in spillCalleeSavedRegisters()
2541 StrOpc = AArch64::STR_ZXI; in spillCalleeSavedRegisters()
2546 StrOpc = AArch64::STR_PXI; in spillCalleeSavedRegisters()
2568 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()