Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h34 bool EHSpillSlotSet; variable
47 EHSpillSlotSet(false), in XCoreFunctionInfo()
55 EHSpillSlotSet(false), in XCoreFunctionInfo()
80 bool hasEHSpillSlot() { return EHSpillSlotSet; } in hasEHSpillSlot()
82 assert(EHSpillSlotSet && "EH Spill slot not set"); in getEHSpillSlot()
DXCoreMachineFunctionInfo.cpp62 if (EHSpillSlotSet) { in createEHSpillSlot()
69 EHSpillSlotSet = true; in createEHSpillSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h33 bool EHSpillSlotSet = false; variable
69 bool hasEHSpillSlot() { return EHSpillSlotSet; } in hasEHSpillSlot()
71 assert(EHSpillSlotSet && "EH Spill slot not set"); in getEHSpillSlot()
DXCoreMachineFunctionInfo.cpp67 if (EHSpillSlotSet) { in createEHSpillSlot()
77 EHSpillSlotSet = true; in createEHSpillSlot()