Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h66 bool hasLRSpillSlot() { return LRSpillSlotSet; } in hasLRSpillSlot() function
DXCoreFrameLowering.cpp250 bool saveLR = XFI->hasLRSpillSlot(); in emitPrologue()
377 bool restoreLR = XFI->hasLRSpillSlot(); in emitEpilogue()