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

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp200 int FI = TargetRegisterInfo::stackSlot2Index(li.reg);
259 int FI = TargetRegisterInfo::stackSlot2Index(li->reg);
287 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
300 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
H A DTargetRegisterInfo.cpp51 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg);
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h287 static int stackSlot2Index(unsigned Reg) { function in class:llvm::TargetRegisterInfo

Completed in 64 milliseconds