OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasLRSpillSlot
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h
66
bool
hasLRSpillSlot
() { return LRSpillSlotSet; }
XCoreFrameLowering.cpp
250
bool saveLR = XFI->
hasLRSpillSlot
();
377
bool restoreLR = XFI->
hasLRSpillSlot
();
Completed in 111 milliseconds