Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
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()
DTargetRegisterInfo.cpp117 OS << "SS#" << Register::stackSlot2Index(Reg); in printReg()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRDFRegisters.h115 return RegMasks.get(Register::stackSlot2Index(R)); in getRegMaskBits()
131 return MaskInfos[Register::stackSlot2Index(MaskId)].Units; in getMaskUnits()
DRegister.h52 static int stackSlot2Index(Register Reg) { in stackSlot2Index() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp256 int FI = llvm::Register::stackSlot2Index(Reg); in operator MachineOperand()