Searched refs:useFPForScavengingIndex (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.h30 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DMips16RegisterInfo.cpp56 bool Mips16RegisterInfo::useFPForScavengingIndex function in class:Mips16RegisterInfo
/external/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h41 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DXCoreRegisterInfo.cpp255 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { function in class:XCoreRegisterInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h72 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DAArch64RegisterInfo.cpp188 AArch64RegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { function in class:AArch64RegisterInfo
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h703 /// useFPForScavengingIndex - returns true if the target wants to use
706 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const {
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp521 RegInfo->useFPForScavengingIndex(Fn) &&

Completed in 818 milliseconds