Home
last modified time | relevance | path

Searched defs:useFPForScavengingIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.h50 bool useFPForScavengingIndex(const MachineFunction &MF) const override { in useFPForScavengingIndex() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp51 bool Mips16RegisterInfo::useFPForScavengingIndex in useFPForScavengingIndex() function in Mips16RegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCRegisterInfo.cpp159 bool ARCRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in ARCRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreRegisterInfo.cpp252 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in XCoreRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.cpp445 bool HexagonRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) in useFPForScavengingIndex() function in HexagonRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumbRegisterInfo.cpp605 ThumbRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { useFPForScavengingIndex() function in ThumbRegisterInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp707 AArch64RegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in AArch64RegisterInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h968 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function