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

  /external/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp 1 //===-- Mips16RegisterInfo.cpp - MIPS16 Register Information --------------===//
14 #include "Mips16RegisterInfo.h"
44 Mips16RegisterInfo::Mips16RegisterInfo(const MipsSubtarget &ST)
47 bool Mips16RegisterInfo::requiresRegisterScavenging
51 bool Mips16RegisterInfo::requiresFrameIndexScavenging
56 bool Mips16RegisterInfo::useFPForScavengingIndex
61 bool Mips16RegisterInfo::saveScavengerRegister
75 Mips16RegisterInfo::intRegClass(unsigned Size) const {
80 void Mips16RegisterInfo::eliminateFI(MachineBasicBlock::iterator II
    [all...]
Mips16RegisterInfo.h 1 //===-- Mips16RegisterInfo.h - Mips16 Register Information ------*- C++ -*-===//
22 class Mips16RegisterInfo : public MipsRegisterInfo {
24 Mips16RegisterInfo(const MipsSubtarget &Subtarget);
Android.mk 22 Mips16RegisterInfo.cpp \
Mips16InstrInfo.h 17 #include "Mips16RegisterInfo.h"
23 const Mips16RegisterInfo RI;

Completed in 181 milliseconds