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
67
int
getLRSpillSlot
() const {
XCoreFrameLowering.cpp
143
int Offset = MFI->getObjectOffset(XFI->
getLRSpillSlot
());
144
SpillList.push_back(StackSlotInfo(XFI->
getLRSpillSlot
(),
252
&& (MFI->getObjectOffset(XFI->
getLRSpillSlot
()) == 0);
379
&& (MFI->getObjectOffset(XFI->
getLRSpillSlot
()) == 0);
Completed in 52 milliseconds