Home
last modified time | relevance | path

Searched refs:getExtendableOp (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp64 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand()
91 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo) in printBrtarget()
DHexagonMCInstrInfo.cpp92 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
309 unsigned short HexagonMCInstrInfo::getExtendableOp(MCInstrInfo const &MCII, in getExtendableOp() function in HexagonMCInstrInfo
318 unsigned O = HexagonMCInstrInfo::getExtendableOp(MCII, MCI); in getExtendableOperand()
670 return (O == HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in isOpExtendable()
DHexagonMCInstrInfo.h132 unsigned short getExtendableOp(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonAsmBackend.cpp552 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI)); in isInstRelaxable()
DHexagonMCCodeEmitter.cpp600 if (OpIdx == HexagonMCInstrInfo::getExtendableOp(MCII, MI)) { in getExprOpValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp64 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand()
91 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo) in printBrtarget()
DHexagonMCInstrInfo.cpp91 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
284 unsigned short HexagonMCInstrInfo::getExtendableOp(MCInstrInfo const &MCII, in getExtendableOp() function in HexagonMCInstrInfo
293 unsigned O = HexagonMCInstrInfo::getExtendableOp(MCII, MCI); in getExtendableOperand()
619 return (O == HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in isOpExtendable()
DHexagonMCInstrInfo.h130 unsigned short getExtendableOp(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonAsmBackend.cpp549 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI)); in isInstRelaxable()
DHexagonMCCodeEmitter.cpp606 if (OpIdx == HexagonMCInstrInfo::getExtendableOp(MCII, MI)) { in getExprOpValue()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp90 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand()
223 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo) in printBrtarget()
DHexagonMCInstrInfo.cpp36 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
95 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in clampExtended()
249 unsigned short HexagonMCInstrInfo::getExtendableOp(MCInstrInfo const &MCII, in getExtendableOp() function in llvm::HexagonMCInstrInfo
258 unsigned O = HexagonMCInstrInfo::getExtendableOp(MCII, MCI); in getExtendableOperand()
DHexagonMCInstrInfo.h115 unsigned short getExtendableOp(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonAsmBackend.cpp537 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI)); in isInstRelaxable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp67 MI.size() != HexagonMCInstrInfo::getExtendableOp(MCII, MI)) in fullValue()
/external/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp67 MI.size() != HexagonMCInstrInfo::getExtendableOp(MCII, MI)) in fullValue()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp631 if(!Extender || MI.size() != HexagonMCInstrInfo::getExtendableOp(MCII, MI)) in fullValue()