Searched refs:stackSlot2Index (Results 1 – 5 of 5) sorted by relevance
225 int FI = Register::stackSlot2Index(li.reg); in InitializeSlots()272 int FI = Register::stackSlot2Index(li->reg); in ColorSlot()334 int SS = Register::stackSlot2Index(li->reg); in ColorSlots()347 int SS = Register::stackSlot2Index(li->reg); in ColorSlots()
95 OS << "SS#" << Register::stackSlot2Index(Reg); in printReg()
110 return RegMasks.get(Register::stackSlot2Index(R)); in getRegMaskBits()128 return MaskInfos[Register::stackSlot2Index(MaskId)].Units; in getMaskUnits()
257 int FI = llvm::Register::stackSlot2Index(Reg); in operator MachineOperand()
50 static int stackSlot2Index(unsigned Reg) { in stackSlot2Index() function