Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.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()
DXCoreMachineFunctionInfo.cpp35 if (LRSpillSlotSet) { in createLRSpillSlot()
46 LRSpillSlotSet = true; in createLRSpillSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h29 bool LRSpillSlotSet = false; variable
55 bool hasLRSpillSlot() { return LRSpillSlotSet; } in hasLRSpillSlot()
57 assert(LRSpillSlotSet && "LR Spill slot not set"); in getLRSpillSlot()
DXCoreMachineFunctionInfo.cpp36 if (LRSpillSlotSet) { in createLRSpillSlot()
49 LRSpillSlotSet = true; in createLRSpillSlot()