Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/XCore/
DXCoreRegisterInfo.h40 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DXCoreRegisterInfo.cpp256 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in XCoreRegisterInfo
/external/llvm/lib/Target/Mips/
DMips16RegisterInfo.h30 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DMips16RegisterInfo.cpp52 bool Mips16RegisterInfo::useFPForScavengingIndex in useFPForScavengingIndex() function in Mips16RegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16RegisterInfo.h30 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DMips16RegisterInfo.cpp52 bool Mips16RegisterInfo::useFPForScavengingIndex in useFPForScavengingIndex() function in Mips16RegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreRegisterInfo.h42 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DXCoreRegisterInfo.cpp255 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in XCoreRegisterInfo
/external/swiftshader/third_party/llvm-7.0/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
/external/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.h52 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DHexagonRegisterInfo.cpp237 bool HexagonRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) in useFPForScavengingIndex() function in HexagonRegisterInfo
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreRegisterInfo.h53 bool useFPForScavengingIndex(const MachineFunction &MF) const;
DXCoreRegisterInfo.cpp109 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in XCoreRegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonRegisterInfo.h60 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DHexagonRegisterInfo.cpp341 bool HexagonRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) in useFPForScavengingIndex() function in HexagonRegisterInfo
/external/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.h73 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DAArch64RegisterInfo.cpp228 AArch64RegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in AArch64RegisterInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.h82 bool useFPForScavengingIndex(const MachineFunction &MF) const override;
DAArch64RegisterInfo.cpp254 AArch64RegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function in AArch64RegisterInfo
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp566 if (RS && TFI.hasFP(Fn) && RegInfo->useFPForScavengingIndex(Fn) && in calculateFrameObjectOffsets()
650 !RegInfo->useFPForScavengingIndex(Fn))) { in calculateFrameObjectOffsets()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h555 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h801 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetRegisterInfo.h851 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const { in useFPForScavengingIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp776 RegInfo->useFPForScavengingIndex(MF) && in calculateFrameObjectOffsets()

12