Searched refs:LRSpillSlot (Results 1 – 5 of 5) sorted by relevance
31 int LRSpillSlot; variable39 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()
36 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()
31 int LRSpillSlot; variable69 return LRSpillSlot; in getLRSpillSlot()
37 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()
30 int LRSpillSlot; variable58 return LRSpillSlot; in getLRSpillSlot()