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