Searched refs:LdrOpc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Target/ARM/ |
| D | ARMFrameLowering.cpp | 653 unsigned LdmOpc, unsigned LdrOpc, in emitPopInst() argument 700 if (Regs.size() > 1 || LdrOpc == 0) { in emitPopInst() 717 BuildMI(MBB, MI, DL, TII.get(LdrOpc), Regs[0]) in emitPopInst() 722 if (LdrOpc == ARM::LDR_POST_REG || LdrOpc == ARM::LDR_POST_IMM) { in emitPopInst() 1023 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM; in restoreCalleeSavedRegisters() local 1027 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters() 1029 emitPopInst(MBB, MI, CSI, PopOpc, LdrOpc, isVarArg, false, in restoreCalleeSavedRegisters()
|
| D | ARMFrameLowering.h | 70 unsigned LdrOpc, bool isVarArg, bool NoGap,
|
| D | ARMFastISel.cpp | 2557 unsigned LdrOpc; in SelectIntrinsicCall() local 2560 LdrOpc = ARM::t2LDRi12; in SelectIntrinsicCall() 2563 LdrOpc = ARM::LDRi12; in SelectIntrinsicCall() 2582 TII.get(LdrOpc), DestReg) in SelectIntrinsicCall()
|
| D | ARMISelLowering.cpp | 924 bool isThumb2, unsigned &LdrOpc, in getExclusiveOperation() argument 957 LdrOpc = LoadOps[Log2_32(Size)][isThumb2]; in getExclusiveOperation()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 379 unsigned &LdrOpc, in getExclusiveOperation() argument 404 LdrOpc = LoadOps[Log2_32(Size)]; in getExclusiveOperation()
|