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

  /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...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp     [all...]
ARMFastISel.cpp     [all...]

Completed in 87 milliseconds