reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/AArch64/AArch64InstrInfo.cpp
 1651 unsigned AArch64InstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/AMDGPU/SIInstrInfo.cpp
 5940 unsigned SIInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/ARC/ARCInstrInfo.cpp
   68 unsigned ARCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/ARM/ARMBaseInstrInfo.cpp
 1442 unsigned ARMBaseInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/AVR/AVRInstrInfo.cpp
   82 unsigned AVRInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/Hexagon/HexagonInstrInfo.cpp
  239 unsigned HexagonInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/Lanai/LanaiInstrInfo.cpp
  717 unsigned LanaiInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/Mips/Mips16InstrInfo.cpp
   54 unsigned Mips16InstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/Mips/MipsSEInstrInfo.cpp
   45 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/PowerPC/PPCInstrInfo.cpp
  298 unsigned PPCInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/RISCV/RISCVInstrInfo.cpp
   36 unsigned RISCVInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/Sparc/SparcInstrInfo.cpp
   43 unsigned SparcInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/SystemZ/SystemZInstrInfo.cpp
  320 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/X86/X86InstrInfo.cpp
  396 unsigned X86InstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
lib/Target/XCore/XCoreInstrInfo.cpp
   62 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,

References

include/llvm/CodeGen/TargetInstrInfo.h
  243     return isLoadFromStackSlot(MI, FrameIndex);
lib/CodeGen/InlineSpiller.cpp
  301     if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
  720   unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI);
lib/CodeGen/MachineLICM.cpp
  481         (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
lib/CodeGen/RegAllocGreedy.cpp
 3177         if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI))
lib/CodeGen/TargetInstrInfo.cpp
  639       isLoadFromStackSlot(LoadMI, FrameIndex)) {
  904   if (isLoadFromStackSlot(MI, FrameIdx) &&
lib/Target/ARM/ARMISelLowering.cpp
 2521       if (!TII->isLoadFromStackSlot(*Def, FI))