Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreRegisterInfo.h35 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DXCoreRegisterInfo.cpp249 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in XCoreRegisterInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMips16RegisterInfo.h28 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DMips16RegisterInfo.cpp51 bool Mips16RegisterInfo::useFPForScavengingIndex in useFPForScavengingIndex() function in Mips16RegisterInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCRegisterInfo.h40 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DARCRegisterInfo.cpp158 bool ARCRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in ARCRegisterInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DThumbRegisterInfo.h57 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DThumbRegisterInfo.cpp603 ThumbRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in ThumbRegisterInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.h57 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DHexagonRegisterInfo.cpp445 bool HexagonRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) in useFPForScavengingIndex() function in HexagonRegisterInfo
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTargetFrameLoweringImpl.cpp150 return RegInfo->useFPForScavengingIndex(MF) && in allocateScavengingFrameIndexesNearIncomingSP()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.h109 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DAArch64RegisterInfo.cpp612 AArch64RegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in AArch64RegisterInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h928 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function