Home
last modified time | relevance | path

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

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