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 179 int FI = TargetRegisterInfo::stackSlot2Index(li.reg);
238 int FI = TargetRegisterInfo::stackSlot2Index(li->reg);
266 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
279 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) {
    [all...]

Completed in 52 milliseconds