Home
last modified time | relevance | path

Searched refs:stackSlot2Index (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp220 int FI = Register::stackSlot2Index(li.reg()); in InitializeSlots()
267 int FI = Register::stackSlot2Index(li->reg()); in ColorSlot()
328 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots()
340 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots()
H A DTargetRegisterInfo.cpp117 OS << "SS#" << Register::stackSlot2Index(Reg); in printReg()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h115 return RegMasks.get(Register::stackSlot2Index(R)); in getRegMaskBits()
131 return MaskInfos[Register::stackSlot2Index(MaskId)].Units; in getMaskUnits()
H A DRegister.h52 static int stackSlot2Index(Register Reg) { in stackSlot2Index() function
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dcext-opt-negative-fi.mir4 # be stored as indices (stackSlot2Index) together with registers and
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp256 int FI = llvm::Register::stackSlot2Index(Reg); in operator MachineOperand()