Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYRegisterInfo.h50 bool useFPForScavengingIndex(const MachineFunction &MF) const override { in useFPForScavengingIndex() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips16RegisterInfo.cpp51 bool Mips16RegisterInfo::useFPForScavengingIndex in useFPForScavengingIndex() function in Mips16RegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCRegisterInfo.cpp159 bool ARCRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in ARCRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreRegisterInfo.cpp252 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in XCoreRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonRegisterInfo.cpp445 bool HexagonRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) in useFPForScavengingIndex() function in HexagonRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDThumbRegisterInfo.cpp683 ThumbRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in ThumbRegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64RegisterInfo.cpp707 AArch64RegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in AArch64RegisterInfo
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetRegisterInfo.h968 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function