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.cpp
233
return (MFI->getStackSize()) &&
needsFP
(MF);
236
//
needsFP
- Return true if the specified function should have a dedicated frame
239
bool PPCFrameLowering::
needsFP
(const MachineFunction &MF) const {
752
if (!FPSI &&
needsFP
(MF)) {
775
if (
needsFP
(MF) || spillsCR(MF)) {
796
if (CSI.empty() && !
needsFP
(MF)) {
886
if (
needsFP
(MF)) {
[
all
...]
PPCFrameLowering.h
42
bool
needsFP
(const MachineFunction &MF) const;
PPCRegisterInfo.cpp
313
if (PPCFI->
needsFP
(MF))
Completed in 38 milliseconds