Searched refs:StrOpc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFrameLowering.h65 unsigned StrOpc, bool NoGap,
H A DARMFastISel.cpp1126 unsigned StrOpc; local
1144 StrOpc = ARM::t2STRBi8;
1146 StrOpc = ARM::t2STRBi12;
1148 StrOpc = ARM::STRBi12;
1157 StrOpc = ARM::t2STRHi8;
1159 StrOpc = ARM::t2STRHi12;
1161 StrOpc = ARM::STRH;
1171 StrOpc = ARM::t2STRi8;
1173 StrOpc = ARM::t2STRi12;
1175 StrOpc
[all...]
H A DARMFrameLowering.cpp577 unsigned StmOpc, unsigned StrOpc,
625 if (Regs.size() > 1 || StrOpc== 0) {
632 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc),
574 emitPushInst(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, const std::vector<CalleeSavedInfo> &CSI, unsigned StmOpc, unsigned StrOpc, bool NoGap, bool(*Func)(unsigned, bool), unsigned NumAlignedDPRCS2Regs, unsigned MIFlags) const argument

Completed in 97 milliseconds