Searched refs:stackSlot2Index (Results 1 – 5 of 5) sorted by relevance
222 int FI = Register::stackSlot2Index(li.reg()); in InitializeSlots()269 int FI = Register::stackSlot2Index(li->reg()); in ColorSlot()331 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots()344 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots()
116 OS << "SS#" << Register::stackSlot2Index(Reg); in printReg()
115 return RegMasks.get(Register::stackSlot2Index(R)); in getRegMaskBits()131 return MaskInfos[Register::stackSlot2Index(MaskId)].Units; in getMaskUnits()
52 static int stackSlot2Index(Register Reg) { in stackSlot2Index() function
254 int FI = llvm::Register::stackSlot2Index(Reg); in operator MachineOperand()