Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h69 bool hasEHSpillSlot() { return EHSpillSlotSet; } in hasEHSpillSlot() function
DXCoreFrameLowering.cpp165 assert(XFI->hasEHSpillSlot() && "There are no EH register spill slots"); in GetEHSpillList()
324 if (XFI->hasEHSpillSlot()) { in emitPrologue()
/external/llvm/lib/Target/XCore/
DXCoreMachineFunctionInfo.h80 bool hasEHSpillSlot() { return EHSpillSlotSet; } in hasEHSpillSlot() function
DXCoreFrameLowering.cpp164 assert(XFI->hasEHSpillSlot() && "There are no EH register spill slots"); in GetEHSpillList()
322 if (XFI->hasEHSpillSlot()) { in emitPrologue()