Home
last modified time | relevance | path

Searched refs:useFPForScavengingIndex (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.h35 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DXCoreRegisterInfo.cpp249 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in XCoreRegisterInfo
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.h28 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DMips16RegisterInfo.cpp51 bool Mips16RegisterInfo::useFPForScavengingIndex in useFPForScavengingIndex() function in Mips16RegisterInfo
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.h50 bool useFPForScavengingIndex(const MachineFunction &MF) const override { in useFPForScavengingIndex() function
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h40 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DARCRegisterInfo.cpp158 bool ARCRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in ARCRegisterInfo
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.h57 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DThumbRegisterInfo.cpp602 ThumbRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in ThumbRegisterInfo
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h57 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DHexagonRegisterInfo.cpp444 bool HexagonRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) in useFPForScavengingIndex() function in HexagonRegisterInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h102 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DAArch64RegisterInfo.cpp501 AArch64RegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in AArch64RegisterInfo
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetFrameLoweringImpl.cpp150 return RegInfo->useFPForScavengingIndex(MF) && in allocateScavengingFrameIndexesNearIncomingSP()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h900 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function