OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLRSpillSlot
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.h
58
int
getLRSpillSlot
() const { return LRSpillSlot; }
XCoreFrameLowering.cpp
126
if (saveLR && (MFI->getObjectOffset(XFI->
getLRSpillSlot
()) == 0)) {
154
int LRSpillOffset = MFI->getObjectOffset(XFI->
getLRSpillSlot
());
252
if (restoreLR && MFI->getObjectOffset(XFI->
getLRSpillSlot
()) != 0) {
253
int LRSpillOffset = MFI->getObjectOffset(XFI->
getLRSpillSlot
());
Completed in 264 milliseconds