Home
last modified time | relevance | path

Searched refs:getMatchingMegaReg (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kRegisterInfo.h68 unsigned getMatchingMegaReg(unsigned Reg,
H A DM68kInstrInfo.cpp370 MVTSize == MVT::i32 ? Reg : Register(RI.getMatchingMegaReg(Reg, DR32)); in ExpandMOVI()
401 unsigned SSrc = RI.getMatchingMegaReg(Src, RCDst); in ExpandMOVX_RR()
448 unsigned SSrc = RI.getMatchingMegaReg(Src, RCDst); in ExpandMOVSZX_RR()
563 Reg = RI.getMatchingMegaReg(Reg, XR32); in ExpandMOVEM()
H A DM68kRegisterInfo.cpp76 M68kRegisterInfo::getMatchingMegaReg(unsigned Reg, in getMatchingMegaReg() function in M68kRegisterInfo