Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp222 int FI = Register::stackSlot2Index(li.reg()); in InitializeSlots()
269 int FI = Register::stackSlot2Index(li->reg()); in ColorSlot()
331 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots()
344 int SS = Register::stackSlot2Index(li->reg()); in ColorSlots()
H A DTargetRegisterInfo.cpp116 OS << "SS#" << Register::stackSlot2Index(Reg); in printReg()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp254 int FI = llvm::Register::stackSlot2Index(Reg); in operator MachineOperand()