Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp270 int FI = Register::stackSlot2Index(li.reg()); in InitializeSlots()
304 int FI = Register::stackSlot2Index(li->reg()); in ColorSlot()
365 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots()
377 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots()
H A DRDFRegisters.cpp266 unsigned Idx = Register::stackSlot2Index(A.idx()); in less()
H A DTargetRegisterInfo.cpp114 OS << "SS#" << Register::stackSlot2Index(Reg); in printReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp91 const int FrameIndex = Register::stackSlot2Index(LI.reg()); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegister.h52 static int stackSlot2Index(Register Reg) { in stackSlot2Index() function
H A DRDFRegisters.h150 return RegMasks.get(Register::stackSlot2Index(R)); in getRegMaskBits()
163 return MaskInfos[Register::stackSlot2Index(MaskId)].Units; in getMaskUnits()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp256 int FI = llvm::Register::stackSlot2Index(Reg); in operator MachineOperand()