Home
last modified time | relevance | path

Searched refs:LRSpillSlot (Results 1 – 5 of 5) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.cpp37 return LRSpillSlot; in createLRSpillSlot()
44 LRSpillSlot = MFI.CreateFixedObject(TRI.getSpillSize(RC), 0, true); in createLRSpillSlot()
46 LRSpillSlot = MFI.CreateStackObject(TRI.getSpillSize(RC), in createLRSpillSlot()
50 return LRSpillSlot; in createLRSpillSlot()
DXCoreMachineFunctionInfo.h30 int LRSpillSlot; variable
58 return LRSpillSlot; in getLRSpillSlot()