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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16RegisterInfo.cpp1 //===-- Mips16RegisterInfo.cpp - MIPS16 Register Information --------------===//
13 #include "Mips16RegisterInfo.h"
40 Mips16RegisterInfo::Mips16RegisterInfo() : MipsRegisterInfo() {} function in class:Mips16RegisterInfo
42 bool Mips16RegisterInfo::requiresRegisterScavenging
46 bool Mips16RegisterInfo::requiresFrameIndexScavenging
51 bool Mips16RegisterInfo::useFPForScavengingIndex
56 bool Mips16RegisterInfo::saveScavengerRegister(
68 Mips16RegisterInfo::intRegClass(unsigned Size) const {
73 void Mips16RegisterInfo
[all...]
H A DMips16RegisterInfo.h1 //===-- Mips16RegisterInfo.h - Mips16 Register Information ------*- C++ -*-===//
20 class Mips16RegisterInfo : public MipsRegisterInfo { class in namespace:llvm
22 Mips16RegisterInfo();
H A DMips16InstrInfo.h16 #include "Mips16RegisterInfo.h"
28 const Mips16RegisterInfo RI;
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1177 SRCS_MIN+= Target/Mips/Mips16RegisterInfo.cpp

Completed in 162 milliseconds