Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h472 short getRegForm(const MachineInstr &MI) const;
H A DHexagon.td358 def getRegForm : InstrMapping {
H A DHexagonInstrInfo.cpp3132 if (Hexagon::getRegForm(MI.getOpcode()) >= 0) in hasNonExtEquivalent()
4532 short NonExtOpcode = Hexagon::getRegForm(MI.getOpcode()); in getNonExtOpcode()
4577 short HexagonInstrInfo::getRegForm(const MachineInstr &MI) const { in getRegForm() function in HexagonInstrInfo
4578 return Hexagon::getRegForm(MI.getOpcode()); in getRegForm()