HomeSort by relevance Sort by last modified time
    Searched refs:useFPForScavengingIndex (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreRegisterInfo.h 55 bool useFPForScavengingIndex(const MachineFunction &MF) const;
XCoreRegisterInfo.cpp 100 XCoreRegisterInfo::useFPForScavengingIndex(const MachineFunction &MF) const {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 635 /// useFPForScavengingIndex - returns true if the target wants to use
638 virtual bool useFPForScavengingIndex(const MachineFunction &MF) const {
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 561 if (RS && TFI.hasFP(Fn) && RegInfo->useFPForScavengingIndex(Fn) &&
645 !RegInfo->useFPForScavengingIndex(Fn))) {

Completed in 567 milliseconds