OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsFP
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/
MipsOs16.cpp
76
static bool
needsFP
(Function &F) {
141
if (
needsFP
(*F)) {
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h
69
bool
needsFP
(const MachineFunction &MF) const;
PPCFrameLowering.cpp
499
return (MFI->getStackSize()) &&
needsFP
(MF);
502
//
needsFP
- Return true if the specified function should have a dedicated frame
505
bool PPCFrameLowering::
needsFP
(const MachineFunction &MF) const {
521
bool is31 =
needsFP
(MF);
[
all
...]
PPCRegisterInfo.cpp
211
if (TFI->
needsFP
(MF))
232
if (TFI->
needsFP
(MF))
[
all
...]
Completed in 856 milliseconds