Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFrameLowering.cpp615 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst() argument
656 if (Regs.size() > 1 || LdrOpc == 0) { in emitPopInst()
673 BuildMI(MBB, MI, DL, TII.get(LdrOpc), Regs[0]) in emitPopInst()
678 if (LdrOpc == ARM::LDR_POST_REG || LdrOpc == ARM::LDR_POST_IMM) { in emitPopInst()
725 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM; in restoreCalleeSavedRegisters() local
728 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
730 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
DARMFrameLowering.h70 unsigned LdrOpc, bool isVarArg, bool NoGap,
/external/llvm/lib/Target/ARM/
DARMFrameLowering.h73 unsigned LdrOpc, bool isVarArg, bool NoGap,
DARMFrameLowering.cpp957 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst() argument
1015 if (Regs.size() > 1 || LdrOpc == 0) { in emitPopInst()
1032 BuildMI(MBB, MI, DL, TII.get(LdrOpc), Regs[0]) in emitPopInst()
1037 if (LdrOpc == ARM::LDR_POST_REG || LdrOpc == ARM::LDR_POST_IMM) { in emitPopInst()
1344 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM; in restoreCalleeSavedRegisters() local
1348 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
1350 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
DARMFastISel.cpp2479 unsigned LdrOpc = isThumb2 ? ARM::t2LDRi12 : ARM::LDRi12; in SelectIntrinsicCall() local
2498 TII.get(LdrOpc), DestReg) in SelectIntrinsicCall()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1048 unsigned LdrOpc; in restoreCalleeSavedRegisters() local
1050 LdrOpc = RPI.isPaired() ? AArch64::LDPXi : AArch64::LDRXui; in restoreCalleeSavedRegisters()
1052 LdrOpc = RPI.isPaired() ? AArch64::LDPDi : AArch64::LDRDui; in restoreCalleeSavedRegisters()
1061 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(LdrOpc)); in restoreCalleeSavedRegisters()