Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h470 short getRegForm(const MachineInstr &MI) const;
H A DHexagon.td277 def getRegForm : InstrMapping {
H A DHexagonInstrInfo.cpp2951 if (Hexagon::getRegForm(MI.getOpcode()) >= 0) in hasNonExtEquivalent()
4195 short NonExtOpcode = Hexagon::getRegForm(MI.getOpcode()); in getNonExtOpcode()
4240 short HexagonInstrInfo::getRegForm(const MachineInstr &MI) const { in getRegForm() function in HexagonInstrInfo
4241 return Hexagon::getRegForm(MI.getOpcode()); in getRegForm()