Home
last modified time | relevance | path

Searched refs:isConstExtended (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp65 (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI))) in printOperand()
90 if (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI)) in printBrtarget()
H A DHexagonMCInstrInfo.h230 bool isConstExtended(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp237 if (isConstExtended(MCII, MCI)) in extendIfNeeded()
545 bool HexagonMCInstrInfo::isConstExtended(MCInstrInfo const &MCII, in isConstExtended() function in HexagonMCInstrInfo
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp204 << HII->isConstExtended(MI) << ") " << MI); in reGenerateBranch()
H A DHexagonInstrInfo.h360 bool isConstExtended(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1728 bool ExtMI = HII->isExtended(MI) || HII->isConstExtended(MI); in addToPacket()
1741 bool ExtNvjMI = HII->isExtended(NvjMI) || HII->isConstExtended(NvjMI); in addToPacket()
H A DHexagonOptAddrMode.cpp776 !MI->getOperand(2).isImm() || HII->isConstExtended(*MI))) in processBlock()
H A DHexagonConstExtenders.cpp1053 if (!isRegOffOpcode(Opc) || HII->isConstExtended(MI)) in getOffsetRange()
1230 if (!HII->isConstExtended(MI)) in collectInstr()
H A DHexagonGenInsert.cpp1060 bool DefEx = HII->isConstExtended(*DefVR); in pruneCoveredSets()
H A DHexagonInstrInfo.cpp2144 bool HexagonInstrInfo::isConstExtended(const MachineInstr &MI) const { in isConstExtended() function in HexagonInstrInfo
4561 if (isConstExtended(MI) || isExtended(MI)) in getSize()
4613 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()