Searched refs:stackSlot2Index (Results 1 – 3 of 3) sorted by relevance
179 int FI = TargetRegisterInfo::stackSlot2Index(li.reg); in InitializeSlots()238 int FI = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlot()266 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots()279 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots()
38 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg); in print()
264 static int stackSlot2Index(unsigned Reg) { in stackSlot2Index() function