HomeSort by relevance Sort by last modified time
    Searched refs:LdrOpc (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/ARM/
ARMFrameLowering.h 66 unsigned LdrOpc, bool isVarArg, bool NoGap,
ARMFrameLowering.cpp     [all...]
ARMFastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 719 unsigned LdrOpc;
727 LdrOpc = AArch64::LDPXpost;
729 LdrOpc = AArch64::LDPXi;
734 LdrOpc = AArch64::LDPDpost;
736 LdrOpc = AArch64::LDPDi;
748 MachineInstrBuilder MIB = BuildMI(MBB, MI, DL, TII.get(LdrOpc));
749 if (LdrOpc == AArch64::LDPXpost || LdrOpc == AArch64::LDPDpost)
    [all...]

Completed in 178 milliseconds