Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp256 int FI = llvm::Register::stackSlot2Index(Reg); in operator MachineOperand()