OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useFPForAddressing
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/AArch64/
AArch64FrameLowering.h
99
virtual bool
useFPForAddressing
(const MachineFunction &MF) const;
AArch64RegisterInfo.cpp
171
return AFI->
useFPForAddressing
(MF);
AArch64FrameLowering.cpp
341
} else if (
useFPForAddressing
(MF)) {
584
AArch64FrameLowering::
useFPForAddressing
(const MachineFunction &MF) const {
Completed in 28 milliseconds