Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreMachineFunctionInfo.h30 bool LRSpillSlotSet; variable
45 LRSpillSlotSet(false), in XCoreFunctionInfo()
53 LRSpillSlotSet(false), in XCoreFunctionInfo()
66 bool hasLRSpillSlot() { return LRSpillSlotSet; } in hasLRSpillSlot()
68 assert(LRSpillSlotSet && "LR Spill slot not set"); in getLRSpillSlot()
HDXCoreMachineFunctionInfo.cpp35 if (LRSpillSlotSet) { in createLRSpillSlot()
46 LRSpillSlotSet = true; in createLRSpillSlot()