Searched refs:getExtendableOp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonInstPrinter.cpp | 65 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand() 92 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo) in printBrtarget()
|
| H A D | HexagonMCInstrInfo.cpp | 93 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender() 286 unsigned short HexagonMCInstrInfo::getExtendableOp(MCInstrInfo const &MCII, in getExtendableOp() function in HexagonMCInstrInfo 295 unsigned O = HexagonMCInstrInfo::getExtendableOp(MCII, MCI); in getExtendableOperand() 621 return (O == HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in isOpExtendable()
|
| H A D | HexagonMCInstrInfo.h | 131 unsigned short getExtendableOp(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonAsmBackend.cpp | 553 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI)); in isInstRelaxable()
|
| H A D | HexagonMCCodeEmitter.cpp | 608 if (OpIdx == HexagonMCInstrInfo::getExtendableOp(MCII, MI)) { in getExprOpValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 69 MI.size() != HexagonMCInstrInfo::getExtendableOp(MCII, MI)) in fullValue()
|