Home
last modified time | relevance | path

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

/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()