Home
last modified time | relevance | path

Searched refs:stackSlotIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp280 int FI = li.reg().stackSlotIndex(); in InitializeSlots()
316 int FI = li->reg().stackSlotIndex(); in ColorSlot()
377 int SS = li->reg().stackSlotIndex(); in ColorSlots()
389 int SS = li->reg().stackSlotIndex(); in ColorSlots()
H A DReachingDefAnalysis.cpp346 int FrameIndex = Reg.stackSlotIndex(); in getReachingDef()
620 int FrameIndex = Reg.stackSlotIndex(); in getLocalLiveOutMIDef()
H A DRDFRegisters.cpp266 unsigned Idx = Register(A.idx()).stackSlotIndex(); in print()
H A DTargetRegisterInfo.cpp113 OS << "SS#" << Reg.stackSlotIndex(); in printReg()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h148 return RegMasks.get(Register(R).stackSlotIndex()); in getRegMaskBits()
161 return MaskInfos[Register(MaskId).stackSlotIndex()].Units; in getMaskUnits()
H A DRegister.h88 int stackSlotIndex() const { in stackSlotIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMarkLastScratchLoad.cpp113 const int FrameIndex = LI.reg().stackSlotIndex(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp247 int FI = Reg.stackSlotIndex(); in operator MachineOperand()