Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackSlotColoring.cpp225 int FI = Register::stackSlot2Index(li.reg); in InitializeSlots()
272 int FI = Register::stackSlot2Index(li->reg); in ColorSlot()
334 int SS = Register::stackSlot2Index(li->reg); in ColorSlots()
347 int SS = Register::stackSlot2Index(li->reg); in ColorSlots()
DTargetRegisterInfo.cpp95 OS << "SS#" << Register::stackSlot2Index(Reg); in printReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.h110 return RegMasks.get(Register::stackSlot2Index(R)); in getRegMaskBits()
128 return MaskInfos[Register::stackSlot2Index(MaskId)].Units; in getMaskUnits()
DHexagonConstExtenders.cpp257 int FI = llvm::Register::stackSlot2Index(Reg); in operator MachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegister.h50 static int stackSlot2Index(unsigned Reg) { in stackSlot2Index() function