Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreMachineFunctionInfo.cpp74 return EHSpillSlot; in createEHSpillSlot()
81 EHSpillSlot[0] = MFI.CreateStackObject(Size, Alignment, true); in createEHSpillSlot()
82 EHSpillSlot[1] = MFI.CreateStackObject(Size, Alignment, true); in createEHSpillSlot()
84 return EHSpillSlot; in createEHSpillSlot()
H A DXCoreMachineFunctionInfo.h33 int EHSpillSlot[2]; variable
77 return EHSpillSlot; in getEHSpillSlot()