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;
Mips16RegisterInfo.cpp
56
bool Mips16RegisterInfo::
useFPForScavengingIndex
/external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.h
66
bool
useFPForScavengingIndex
(const MachineFunction &MF) const;
AArch64RegisterInfo.cpp
167
AArch64RegisterInfo::
useFPForScavengingIndex
(const MachineFunction &MF) const {
/external/llvm/lib/Target/XCore/
XCoreRegisterInfo.h
53
bool
useFPForScavengingIndex
(const MachineFunction &MF) const;
XCoreRegisterInfo.cpp
100
XCoreRegisterInfo::
useFPForScavengingIndex
(const MachineFunction &MF) const {
/external/llvm/include/llvm/Target/
TargetRegisterInfo.h
681
///
useFPForScavengingIndex
- returns true if the target wants to use
684
virtual bool
useFPForScavengingIndex
(const MachineFunction &MF) const {
[
all
...]
/external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp
566
RegInfo->
useFPForScavengingIndex
(Fn) &&
[
all
...]
Completed in 900 milliseconds