OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:useFPForScavengingIndex
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/Mips/
Mips16RegisterInfo.h
30
bool
useFPForScavengingIndex
(const MachineFunction &MF) const override;
Mips16RegisterInfo.cpp
56
bool Mips16RegisterInfo::
useFPForScavengingIndex
/external/llvm/lib/Target/XCore/
XCoreRegisterInfo.h
41
bool
useFPForScavengingIndex
(const MachineFunction &MF) const override;
XCoreRegisterInfo.cpp
255
XCoreRegisterInfo::
useFPForScavengingIndex
(const MachineFunction &MF) const {
/external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h
72
bool
useFPForScavengingIndex
(const MachineFunction &MF) const override;
AArch64RegisterInfo.cpp
188
AArch64RegisterInfo::
useFPForScavengingIndex
(const MachineFunction &MF) const {
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
703
///
useFPForScavengingIndex
- returns true if the target wants to use
706
virtual bool
useFPForScavengingIndex
(const MachineFunction &MF) const {
[
all
...]
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
521
RegInfo->
useFPForScavengingIndex
(Fn) &&
[
all
...]
Completed in 310 milliseconds