Home
last modified time | relevance | path

Searched refs:MipsRegisterBankInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp76 MipsRegisterBankInfo::MipsRegisterBankInfo(const TargetRegisterInfo &TRI) {} in MipsRegisterBankInfo() function in MipsRegisterBankInfo
131 void MipsRegisterBankInfo::AmbiguousRegDefUseContainer::addDefUses( in addDefUses()
146 void MipsRegisterBankInfo::AmbiguousRegDefUseContainer::addUseDef( in addUseDef()
155 MipsRegisterBankInfo::AmbiguousRegDefUseContainer::skipCopiesOutgoing( in skipCopiesOutgoing()
169 MipsRegisterBankInfo::AmbiguousRegDefUseContainer::skipCopiesIncoming( in skipCopiesIncoming()
180 MipsRegisterBankInfo::AmbiguousRegDefUseContainer::AmbiguousRegDefUseContainer( in AmbiguousRegDefUseContainer()
217 bool MipsRegisterBankInfo::TypeInfoForMF::visit( in visit()
263 bool MipsRegisterBankInfo::TypeInfoForMF::visitAdjacentInstrs( in visitAdjacentInstrs()
305 void MipsRegisterBankInfo::TypeInfoForMF::setTypes(const MachineInstr *MI, in setTypes()
313 void MipsRegisterBankInfo::TypeInfoForMF::setTypesAccordingToPhysicalRegister( in setTypesAccordingToPhysicalRegister()
[all …]
H A DMips.h34 class MipsRegisterBankInfo; variable
57 const MipsRegisterBankInfo &);
H A DMipsRegisterBankInfo.h31 class MipsRegisterBankInfo final : public MipsGenRegisterBankInfo {
33 MipsRegisterBankInfo(const TargetRegisterInfo &TRI);
H A DMipsInstructionSelector.cpp36 const MipsRegisterBankInfo &RBI);
63 const MipsRegisterBankInfo &RBI;
82 const MipsRegisterBankInfo &RBI) in MipsInstructionSelector()
933 const MipsRegisterBankInfo &RBI) { in createMipsInstructionSelector()
H A DMipsSubtarget.cpp221 auto *RBI = new MipsRegisterBankInfo(*getRegisterInfo()); in MipsSubtarget()
/freebsd/lib/clang/libllvm/
H A DMakefile1593 SRCS_MIN+= Target/Mips/MipsRegisterBankInfo.cpp