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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.h28 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DMips16RegisterInfo.cpp51 bool Mips16RegisterInfo::useFPForScavengingIndex function in class:Mips16RegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.h37 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DARCRegisterInfo.cpp156 bool ARCRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { function in class:ARCRegisterInfo
/freebsd-13-stable/contrib/llvm-project/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 { function in class:XCoreRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.h57 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DThumbRegisterInfo.cpp566 ThumbRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h57 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DHexagonRegisterInfo.cpp344 bool HexagonRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) function in class:HexagonRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.h100 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
H A DAArch64RegisterInfo.cpp418 AArch64RegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h834 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp886 RegInfo->useFPForScavengingIndex(MF) &&

Completed in 195 milliseconds