HomeSort by relevance Sort by last modified time
    Searched refs:stackSlot2Index (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 181 int FI = TargetRegisterInfo::stackSlot2Index(li.reg);
240 int FI = TargetRegisterInfo::stackSlot2Index(li->reg);
268 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
281 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
  /external/llvm/lib/Target/
TargetRegisterInfo.cpp 34 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg);
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 257 /// stackSlot2Index - Compute the frame index from a register value
259 static int stackSlot2Index(unsigned Reg) {

Completed in 23 milliseconds