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 192 int FI = TargetRegisterInfo::stackSlot2Index(li.reg);
251 int FI = TargetRegisterInfo::stackSlot2Index(li->reg);
279 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
292 int SS = TargetRegisterInfo::stackSlot2Index(li->reg);
TargetRegisterInfo.cpp 40 OS << "SS#" << TargetRegisterInfo::stackSlot2Index(Reg);
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 264 /// stackSlot2Index - Compute the frame index from a register value
266 static int stackSlot2Index(unsigned Reg) {
    [all...]

Completed in 80 milliseconds