Searched refs:Mips16RegisterInfo (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp1 //===-- Mips16RegisterInfo.cpp - MIPS16 Register Information --------------===//
14 #include "Mips16RegisterInfo.h"
44 Mips16RegisterInfo::Mips16RegisterInfo() : MipsRegisterInfo() {} function in class:Mips16RegisterInfo
46 bool Mips16RegisterInfo::requiresRegisterScavenging
50 bool Mips16RegisterInfo::requiresFrameIndexScavenging
55 bool Mips16RegisterInfo::useFPForScavengingIndex
60 bool Mips16RegisterInfo::saveScavengerRegister
74 Mips16RegisterInfo::intRegClass(unsigned Size) const {
79 void Mips16RegisterInfo
[all...]
H A DMips16RegisterInfo.h1 //===-- Mips16RegisterInfo.h - Mips16 Register Information ------*- C++ -*-===//
22 class Mips16RegisterInfo : public MipsRegisterInfo { class in namespace:llvm
24 Mips16RegisterInfo();
H A DAndroid.mk22 Mips16RegisterInfo.cpp \
H A DMips16InstrInfo.h17 #include "Mips16RegisterInfo.h"
23 const Mips16RegisterInfo RI;

Completed in 106 milliseconds