Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h97 unsigned LdrOpc, bool isVarArg, bool NoGap,
H A DARMFrameLowering.cpp1602 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst() argument
1670 if (Regs.size() > 1 || LdrOpc == 0) { in emitPopInst()
1690 BuildMI(MBB, MI, DL, TII.get(LdrOpc), Regs[0]) in emitPopInst()
1696 if (LdrOpc == ARM::LDR_POST_REG || LdrOpc == ARM::LDR_POST_IMM) { in emitPopInst()
2049 unsigned LdrOpc = in restoreCalleeSavedRegisters() local
2053 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
2057 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
2062 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
2064 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp3439 unsigned LdrOpc; in restoreCalleeSavedRegisters() local
3444 LdrOpc = RPI.isPaired() ? AArch64::LDPXi : AArch64::LDRXui; in restoreCalleeSavedRegisters()
3449 LdrOpc = RPI.isPaired() ? AArch64::LDPDi : AArch64::LDRDui; in restoreCalleeSavedRegisters()
3454 LdrOpc = RPI.isPaired() ? AArch64::LDPQi : AArch64::LDRQui; in restoreCalleeSavedRegisters()
3459 LdrOpc = RPI.isPaired() ? AArch64::LD1B_2Z_IMM : AArch64::LDR_ZXI; in restoreCalleeSavedRegisters()
3464 LdrOpc = AArch64::LDR_PXI; in restoreCalleeSavedRegisters()
3503 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, DL, TII.get(LdrOpc)); in restoreCalleeSavedRegisters()
3520 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, DL, TII.get(LdrOpc)); in restoreCalleeSavedRegisters()
H A DAArch64FastISel.cpp471 unsigned LdrOpc; in materializeGV() local
474 LdrOpc = AArch64::LDRWui; in materializeGV()
477 LdrOpc = AArch64::LDRXui; in materializeGV()
479 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, MIMD, TII.get(LdrOpc), in materializeGV()