Searched defs:LdrOpc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMFrameLowering.cpp | 1603 emitPopInst(MachineBasicBlock & MBB,MachineBasicBlock::iterator MI,MutableArrayRef<CalleeSavedInfo> CSI,unsigned LdmOpc,unsigned LdrOpc,bool isVarArg,bool NoGap,bool (* Func)(unsigned,bool),unsigned NumAlignedDPRCS2Regs) const emitPopInst() argument |
H A D | ARMFastISel.cpp | 2494 unsigned LdrOpc = isThumb2 ? ARM::t2LDRi12 : ARM::LDRi12; SelectIntrinsicCall() local |
/llvm-project/llvm/lib/Target/AArch64/ | ||
H A D | AArch64FrameLowering.cpp | 3355 unsigned LdrOpc; restoreCalleeSavedRegisters() local |
H A D | AArch64FastISel.cpp | 471 unsigned LdrOpc; materializeGV() local |