Searched defs:LdrOpc (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp829 unsigned LdrOpc; local
837 LdrOpc = AArch64::LDPXpost;
839 LdrOpc = AArch64::LDPXi;
844 LdrOpc = AArch64::LDPDpost;
846 LdrOpc = AArch64::LDPDi;
858 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(LdrOpc));
859 if (LdrOpc == AArch64::LDPXpost || LdrOpc == AArch64::LDPDpost)
/external/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1009 unsigned LdmOpc, unsigned LdrOpc,
1056 if (Regs.size() > 1 || LdrOpc == 0) {
1073 BuildMI(MBB, MI, DL, TII.get(LdrOpc), Regs[0])
1078 if (LdrOpc == ARM::LDR_POST_REG || LdrOpc == ARM::LDR_POST_IMM) {
1384 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM; local
1388 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false,
1390 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false,
1006 emitPopInst(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, const std::vector<CalleeSavedInfo> &CSI, unsigned LdmOpc, unsigned LdrOpc, bool isVarArg, bool NoGap, bool(*Func)(unsigned, bool), unsigned NumAlignedDPRCS2Regs) const argument
H A DARMFastISel.cpp2487 unsigned LdrOpc = isThumb2 ? ARM::t2LDRi12 : ARM::LDRi12; local
2506 TII.get(LdrOpc), DestReg)

Completed in 113 milliseconds