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

/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.h65 unsigned StrOpc, bool NoGap,
H A DARMFastISel.cpp1172 unsigned StrOpc; local
1191 StrOpc = ARM::t2STRBi8;
1193 StrOpc = ARM::t2STRBi12;
1195 StrOpc = ARM::STRBi12;
1204 StrOpc = ARM::t2STRHi8;
1206 StrOpc = ARM::t2STRHi12;
1208 StrOpc = ARM::STRH;
1218 StrOpc = ARM::t2STRi8;
1220 StrOpc = ARM::t2STRi12;
1222 StrOpc
[all...]
H A DARMFrameLowering.cpp584 unsigned StmOpc, unsigned StrOpc,
632 if (Regs.size() > 1 || StrOpc== 0) {
639 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(StrOpc),
581 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
H A DARMISelLowering.cpp925 unsigned &StrOpc) {
958 StrOpc = StoreOps[Log2_32(Size)][isThumb2];
923 getExclusiveOperation(unsigned Size, AtomicOrdering Ord, bool isThumb2, unsigned &LdrOpc, unsigned &StrOpc) argument
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp380 unsigned &StrOpc) {
405 StrOpc = StoreOps[Log2_32(Size)];
378 getExclusiveOperation(unsigned Size, AtomicOrdering Ord, unsigned &LdrOpc, unsigned &StrOpc) argument

Completed in 153 milliseconds