Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp201 int FI = TargetRegisterInfo::stackSlot2Index(li.reg); in InitializeSlots()
260 int FI = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlot()
288 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots()
301 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots()
DTargetRegisterInfo.cpp51 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg); in PrintReg()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp221 int FI = TargetRegisterInfo::stackSlot2Index(li.reg); in InitializeSlots()
264 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlotsWithFreeRegs()
353 int FI = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlot()
382 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots()
395 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetRegisterInfo.cpp36 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg); in print()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h259 static int stackSlot2Index(unsigned Reg) { in stackSlot2Index() function
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h302 static int stackSlot2Index(unsigned Reg) { in stackSlot2Index() function