Home
last modified time | relevance | path

Searched refs:MipsInstructionSelector (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp33 class MipsInstructionSelector : public InstructionSelector { class
35 MipsInstructionSelector(const MipsTargetMachine &TM, const MipsSubtarget &STI,
80 MipsInstructionSelector::MipsInstructionSelector( in MipsInstructionSelector() function in MipsInstructionSelector
95 bool MipsInstructionSelector::isRegInGprb(Register Reg, in isRegInGprb()
100 bool MipsInstructionSelector::isRegInFprb(Register Reg, in isRegInFprb()
105 bool MipsInstructionSelector::selectCopy(MachineInstr &I, in selectCopy()
120 const TargetRegisterClass *MipsInstructionSelector::getRegClassForTypeOnBank( in getRegClassForTypeOnBank()
144 bool MipsInstructionSelector::materialize32BitImm(Register DestReg, APInt Imm, in materialize32BitImm()
182 MipsInstructionSelector::selectLoadStoreOpCode(MachineInstr &I, in selectLoadStoreOpCode()
258 bool MipsInstructionSelector::buildUnalignedStore( in buildUnalignedStore()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile1461 SRCS_MIN+= Target/Mips/MipsInstructionSelector.cpp