Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp179 int FI = TargetRegisterInfo::stackSlot2Index(li.reg); in InitializeSlots()
238 int FI = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlot()
266 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots()
279 int SS = TargetRegisterInfo::stackSlot2Index(li->reg); in ColorSlots()
DTargetRegisterInfo.cpp38 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg); in print()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h264 static int stackSlot2Index(unsigned Reg) { in stackSlot2Index() function