OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLargeFrame
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreMachineFunctionInfo.cpp
18
bool XCoreFunctionInfo::
isLargeFrame
(const MachineFunction &MF) const {
22
//
isLargeFrame
() is used when deciding if spill slots should be added to
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
673
bool
IsLargeFrame
= !isInt<16>(NegFrameSize);
677
return
IsLargeFrame
&& HasBP && MaxAlign > 1;
831
bool
isLargeFrame
= !isInt<16>(NegFrameSize);
[
all
...]
Completed in 2285 milliseconds