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

References

lib/CodeGen/InlineSpiller.cpp
  301     if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
  305     if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
  412   TII.storeRegToStackSlot(*MBB, MII, SrcReg, false, StackSlot,
  471       if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) {
  474         MI.setDesc(TII.get(TargetOpcode::KILL));
  720   unsigned InstrReg = TII.isLoadFromStackSlot(*MI, FI);
  723     InstrReg = TII.isStoreToStackSlot(*MI, FI);
  803   bool SpillSubRegs = TII.isSubregFoldable() ||
  838       LoadMI ? TII.foldMemoryOperand(*MI, FoldOps, *LoadMI, &LIS)
  839              : TII.foldMemoryOperand(*MI, FoldOps, StackSlot, &LIS, &VRM);
  865   if (TII.isStoreToStackSlot(*MI, FI) &&
  909   TII.loadRegFromStackSlot(MBB, MI, NewVReg, StackSlot,
  945     BuildMI(MBB, std::next(MI), MI->getDebugLoc(), TII.get(TargetOpcode::KILL))
  949     TII.storeRegToStackSlot(MBB, std::next(MI), NewVReg, isKill, StackSlot,