OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsFP
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h
45
bool
needsFP
(const MachineFunction &MF) const;
PPCFrameLowering.cpp
281
return (MFI->getStackSize()) &&
needsFP
(MF);
284
//
needsFP
- Return true if the specified function should have a dedicated frame
287
bool PPCFrameLowering::
needsFP
(const MachineFunction &MF) const {
814
if (!FPSI &&
needsFP
(MF)) {
854
if (CSI.empty() && !
needsFP
(MF)) {
[
all
...]
PPCRegisterInfo.cpp
137
if (PPCFI->
needsFP
(MF))
Completed in 199 milliseconds