Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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()
/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp36 return LRSpillSlot; in createLRSpillSlot()
42 LRSpillSlot = MFI->CreateFixedObject(RC->getSize(), 0, true); in createLRSpillSlot()
44 LRSpillSlot = MFI->CreateStackObject(RC->getSize(), RC->getAlignment(), true); in createLRSpillSlot()
47 return LRSpillSlot; in createLRSpillSlot()
DXCoreMachineFunctionInfo.h31 int LRSpillSlot; variable
69 return LRSpillSlot; in getLRSpillSlot()