Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreMachineFunctionInfo.h66 bool hasLRSpillSlot() { return LRSpillSlotSet; } in hasLRSpillSlot() function
HDXCoreFrameLowering.cpp251 bool saveLR = XFI->hasLRSpillSlot(); in emitPrologue()
371 bool restoreLR = XFI->hasLRSpillSlot(); in emitEpilogue()