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.h471 short getRegForm(const MachineInstr &MI) const;
H A DHexagon.td342 def getRegForm : InstrMapping {
H A DHexagonInstrInfo.cpp3128 if (Hexagon::getRegForm(MI.getOpcode()) >= 0) in hasNonExtEquivalent()
4528 short NonExtOpcode = Hexagon::getRegForm(MI.getOpcode()); in getNonExtOpcode()
4573 short HexagonInstrInfo::getRegForm(const MachineInstr &MI) const { in getRegForm() function in HexagonInstrInfo
4574 return Hexagon::getRegForm(MI.getOpcode()); in getRegForm()