Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h80 bool hasEHSpillSlot() { return EHSpillSlotSet; } in hasEHSpillSlot() function
DXCoreFrameLowering.cpp164 assert(XFI->hasEHSpillSlot() && "There are no EH register spill slots"); in GetEHSpillList()
322 if (XFI->hasEHSpillSlot()) { in emitPrologue()