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

  /external/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 1 //===-- Mips16RegisterInfo.cpp - MIPS16 Register Information --------------===//
14 #include "Mips16RegisterInfo.h"
41 Mips16RegisterInfo::Mips16RegisterInfo() : MipsRegisterInfo() {}
43 bool Mips16RegisterInfo::requiresRegisterScavenging
47 bool Mips16RegisterInfo::requiresFrameIndexScavenging
52 bool Mips16RegisterInfo::useFPForScavengingIndex
57 bool Mips16RegisterInfo::saveScavengerRegister
71 Mips16RegisterInfo::intRegClass(unsigned Size) const {
76 void Mips16RegisterInfo::eliminateFI(MachineBasicBlock::iterator II
    [all...]
Mips16RegisterInfo.h 1 //===-- Mips16RegisterInfo.h - Mips16 Register Information ------*- C++ -*-===//
22 class Mips16RegisterInfo : public MipsRegisterInfo {
24 Mips16RegisterInfo();
Mips16InstrInfo.h 17 #include "Mips16RegisterInfo.h"
23 const Mips16RegisterInfo RI;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 1 //===-- Mips16RegisterInfo.cpp - MIPS16 Register Information --------------===//
14 #include "Mips16RegisterInfo.h"
41 Mips16RegisterInfo::Mips16RegisterInfo() : MipsRegisterInfo() {}
43 bool Mips16RegisterInfo::requiresRegisterScavenging
47 bool Mips16RegisterInfo::requiresFrameIndexScavenging
52 bool Mips16RegisterInfo::useFPForScavengingIndex
57 bool Mips16RegisterInfo::saveScavengerRegister
71 Mips16RegisterInfo::intRegClass(unsigned Size) const {
76 void Mips16RegisterInfo::eliminateFI(MachineBasicBlock::iterator II
    [all...]
Mips16RegisterInfo.h 1 //===-- Mips16RegisterInfo.h - Mips16 Register Information ------*- C++ -*-===//
22 class Mips16RegisterInfo : public MipsRegisterInfo {
24 Mips16RegisterInfo();
Mips16InstrInfo.h 17 #include "Mips16RegisterInfo.h"
29 const Mips16RegisterInfo RI;

Completed in 568 milliseconds