Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp748 unsigned StrOpc; in spillCalleeSavedRegisters() local
765 StrOpc = AArch64::STPXpre; in spillCalleeSavedRegisters()
767 StrOpc = AArch64::STPXi; in spillCalleeSavedRegisters()
773 StrOpc = AArch64::STPDpre; in spillCalleeSavedRegisters()
775 StrOpc = AArch64::STPDi; in spillCalleeSavedRegisters()
786 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()
787 if (StrOpc == AArch64::STPDpre || StrOpc == AArch64::STPXpre) in spillCalleeSavedRegisters()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.h68 unsigned StrOpc, bool NoGap,
DARMFastISel.cpp1083 unsigned StrOpc; in ARMEmitStore() local
1101 StrOpc = ARM::t2STRBi8; in ARMEmitStore()
1103 StrOpc = ARM::t2STRBi12; in ARMEmitStore()
1105 StrOpc = ARM::STRBi12; in ARMEmitStore()
1114 StrOpc = ARM::t2STRHi8; in ARMEmitStore()
1116 StrOpc = ARM::t2STRHi12; in ARMEmitStore()
1118 StrOpc = ARM::STRH; in ARMEmitStore()
1128 StrOpc = ARM::t2STRi8; in ARMEmitStore()
1130 StrOpc = ARM::t2STRi12; in ARMEmitStore()
1132 StrOpc = ARM::STRi12; in ARMEmitStore()
[all …]
DARMFrameLowering.cpp891 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument
938 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst()
945 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc), in emitPushInst()