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

References

lib/CodeGen/MIRPrinter.cpp
  370     YamlObject.Type = MFI.isSpillSlotObjectIndex(I)
  395     YamlObject.Type = MFI.isSpillSlotObjectIndex(I)
lib/CodeGen/MachineInstr.cpp
 2151     if (MFI.isSpillSlotObjectIndex(
 2163     if (MFI.isSpillSlotObjectIndex(FI))
 2182     if (MFI.isSpillSlotObjectIndex(FI))
lib/CodeGen/MachineLICM.cpp
  410           MFI->isSpillSlotObjectIndex(FI) &&
  481         (TII->isLoadFromStackSlot(*MI, FI) && MFI->isSpillSlotObjectIndex(FI)))
lib/CodeGen/PseudoSourceValue.cpp
   75   return !MFI->isSpillSlotObjectIndex(FI);
lib/CodeGen/RegAllocGreedy.cpp
 3172           return MFI.isSpillSlotObjectIndex(
 3177         if (TII->isLoadFromStackSlot(MI, FI) && MFI.isSpillSlotObjectIndex(FI))
 3183                  MFI.isSpillSlotObjectIndex(FI))
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
  155         if (!FrameInfo.isSpillSlotObjectIndex(OI))
  331   assert(ST.hasMAIInsts() && FrameInfo.isSpillSlotObjectIndex(FI));
lib/Target/Hexagon/HexagonFrameLowering.cpp
 1368     if (!MFI.isSpillSlotObjectIndex(i) || MFI.isDeadObjectIndex(i))