Searched refs:useFPForAddressing (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h99 virtual bool useFPForAddressing(const MachineFunction &MF) const;
H A DAArch64RegisterInfo.cpp170 return AFI->useFPForAddressing(MF);
H A DAArch64FrameLowering.cpp340 } else if (useFPForAddressing(MF)) {
582 AArch64FrameLowering::useFPForAddressing(const MachineFunction &MF) const { function in class:AArch64FrameLowering

Completed in 385 milliseconds