Searched refs:isExtendable (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp118 if (MI.isBranch() && HII->isExtendable(MI))
201 LLVM_DEBUG(dbgs() << "Long distance jump. isExtendable("
202 << HII->isExtendable(MI) << ") isConstExtended("
207 if (!HII->isExtendable(MI) && !HII->isExtended(MI)) {
H A DHexagonInstrInfo.h360 bool isExtendable(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2028 // TODO: In order to have isExtendable for fpimm/f32Ext, we need to handle
2036 unsigned isExtendable = local
2038 if (!isExtendable)
2177 bool HexagonInstrInfo::isExtendable(const MachineInstr &MI) const { function in class:HexagonInstrInfo
4354 assert((isExtendable(MI)||isConstExtended(MI)) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp162 assert(HexagonMCInstrInfo::isExtendable(MCII, Inst) ||
296 assert((HexagonMCInstrInfo::isExtendable(MCII, MCI) ||
323 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) ||
334 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) ||
497 if (!HexagonMCInstrInfo::isExtendable(MCII, MCI))
568 bool HexagonMCInstrInfo::isExtendable(MCInstrInfo const &MCII, function in class:HexagonMCInstrInfo
H A DHexagonMCInstrInfo.h230 bool isExtendable(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCTargetDesc.cpp441 if(!HexagonMCInstrInfo::isExtendable(*Info, Inst))
H A DHexagonAsmBackend.cpp546 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) {
H A DHexagonMCCodeEmitter.cpp591 bool InstExtendable = HexagonMCInstrInfo::isExtendable(MCII, MI) ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp514 if (!HexagonMCInstrInfo::isExtendable(*MCII, Inst) &&

Completed in 132 milliseconds