Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMFrameLowering.h89 unsigned LdrOpc, bool isVarArg, bool NoGap,
H A DARMFrameLowering.cpp1602 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst() argument
1671 if (Regs.size() > 1 || LdrOpc == 0) { in emitPopInst()
1691 BuildMI(MBB, MI, DL, TII.get(LdrOpc), Regs[0]) in emitPopInst()
1697 if (LdrOpc == ARM::LDR_POST_REG || LdrOpc == ARM::LDR_POST_IMM) { in emitPopInst()
2050 unsigned LdrOpc = in restoreCalleeSavedRegisters() local
2054 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
2058 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
2063 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
2065 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
H A DARMFastISel.cpp2494 unsigned LdrOpc = isThumb2 ? ARM::t2LDRi12 : ARM::LDRi12; in SelectIntrinsicCall() local
2513 TII.get(LdrOpc), DestReg) in SelectIntrinsicCall()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2865 unsigned LdrOpc; in restoreCalleeSavedRegisters() local
2870 LdrOpc = RPI.isPaired() ? AArch64::LDPXi : AArch64::LDRXui; in restoreCalleeSavedRegisters()
2875 LdrOpc = RPI.isPaired() ? AArch64::LDPDi : AArch64::LDRDui; in restoreCalleeSavedRegisters()
2880 LdrOpc = RPI.isPaired() ? AArch64::LDPQi : AArch64::LDRQui; in restoreCalleeSavedRegisters()
2885 LdrOpc = AArch64::LDR_ZXI; in restoreCalleeSavedRegisters()
2890 LdrOpc = AArch64::LDR_PXI; in restoreCalleeSavedRegisters()
2910 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, DL, TII.get(LdrOpc)); in restoreCalleeSavedRegisters()
H A DAArch64FastISel.cpp467 unsigned LdrOpc; in materializeGV() local
470 LdrOpc = AArch64::LDRWui; in materializeGV()
473 LdrOpc = AArch64::LDRXui; in materializeGV()
475 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(LdrOpc), in materializeGV()