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

References

lib/CodeGen/StackSlotColoring.cpp
  224     int FI = Register::stackSlot2Index(li.reg);
  271   int FI = Register::stackSlot2Index(li->reg);
  333     int SS = Register::stackSlot2Index(li->reg);
  346     int SS = Register::stackSlot2Index(li->reg);
lib/CodeGen/TargetRegisterInfo.cpp
   95       OS << "SS#" << Register::stackSlot2Index(Reg);
lib/Target/Hexagon/HexagonConstExtenders.cpp
  256           int FI = llvm::Register::stackSlot2Index(Reg);
lib/Target/Hexagon/RDFRegisters.h
  110       return RegMasks.get(Register::stackSlot2Index(R));
  128       return MaskInfos[Register::stackSlot2Index(MaskId)].Units;