Home
last modified time | relevance | path

Searched refs:LRSpillSlot (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h31 int LRSpillSlot; variable
39 LRSpillSlot(0), in XCoreFunctionInfo()
45 LRSpillSlot(0), in XCoreFunctionInfo()
57 void setLRSpillSlot(int off) { LRSpillSlot = off; } in setLRSpillSlot()
58 int getLRSpillSlot() const { return LRSpillSlot; } in getLRSpillSlot()