Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.h65 unsigned StrOpc, bool NoGap,
DARMFastISel.cpp978 unsigned StrOpc; in ARMEmitStore() local
992 StrOpc = isThumb ? ARM::t2STRBi12 : ARM::STRBi12; in ARMEmitStore()
995 StrOpc = isThumb ? ARM::t2STRHi12 : ARM::STRH; in ARMEmitStore()
998 StrOpc = isThumb ? ARM::t2STRi12 : ARM::STRi12; in ARMEmitStore()
1002 StrOpc = ARM::VSTRS; in ARMEmitStore()
1006 StrOpc = ARM::VSTRD; in ARMEmitStore()
1014 TII.get(StrOpc)) in ARMEmitStore()
DARMFrameLowering.cpp551 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument
594 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst()
601 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc), in emitPushInst()
/external/llvm/lib/Target/ARM/
DARMFrameLowering.h68 unsigned StrOpc, bool NoGap,
DARMFastISel.cpp1059 unsigned StrOpc; in ARMEmitStore() local
1077 StrOpc = ARM::t2STRBi8; in ARMEmitStore()
1079 StrOpc = ARM::t2STRBi12; in ARMEmitStore()
1081 StrOpc = ARM::STRBi12; in ARMEmitStore()
1090 StrOpc = ARM::t2STRHi8; in ARMEmitStore()
1092 StrOpc = ARM::t2STRHi12; in ARMEmitStore()
1094 StrOpc = ARM::STRH; in ARMEmitStore()
1104 StrOpc = ARM::t2STRi8; in ARMEmitStore()
1106 StrOpc = ARM::t2STRi12; in ARMEmitStore()
1108 StrOpc = ARM::STRi12; in ARMEmitStore()
[all …]
DARMFrameLowering.cpp889 unsigned StmOpc, unsigned StrOpc, in emitPushInst() argument
930 if (Regs.size() > 1 || StrOpc== 0) { in emitPushInst()
937 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc), in emitPushInst()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp976 unsigned StrOpc; in spillCalleeSavedRegisters() local
989 StrOpc = RPI.isPaired() ? AArch64::STPXi : AArch64::STRXui; in spillCalleeSavedRegisters()
991 StrOpc = RPI.isPaired() ? AArch64::STPDi : AArch64::STRDui; in spillCalleeSavedRegisters()
1000 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc)); in spillCalleeSavedRegisters()