HomeSort by relevance Sort by last modified time
    Searched defs:LRSpillSlot (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreMachineFunctionInfo.h 31 int LRSpillSlot;
39 LRSpillSlot(0),
45 LRSpillSlot(0),
57 void setLRSpillSlot(int off) { LRSpillSlot = off; }
58 int getLRSpillSlot() const { return LRSpillSlot; }
  /external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h 31 int LRSpillSlot;
69 return LRSpillSlot;

Completed in 354 milliseconds