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 200 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);
TargetRegisterInfo.cpp 41 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg);
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 273 /// stackSlot2Index - Compute the frame index from a register value
275 static int stackSlot2Index(unsigned Reg) {
    [all...]

Completed in 57 milliseconds