Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp43 return LRSpillSlot; in createLRSpillSlot()
50 LRSpillSlot = MFI.CreateFixedObject(TRI.getSpillSize(RC), 0, true); in createLRSpillSlot()
52 LRSpillSlot = MFI.CreateStackObject(TRI.getSpillSize(RC), in createLRSpillSlot()
56 return LRSpillSlot; in createLRSpillSlot()
H A DXCoreMachineFunctionInfo.h29 int LRSpillSlot; variable
63 return LRSpillSlot; in getLRSpillSlot()