Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h221 bool isConstExtended(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp230 if (isConstExtended(MCII, MCI)) in extendIfNeeded()
538 bool HexagonMCInstrInfo::isConstExtended(MCInstrInfo const &MCII, in isConstExtended() function in HexagonMCInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBranchRelaxation.cpp203 << HII->isConstExtended(MI) << ") " << MI); in reGenerateBranch()
H A DHexagonInstrInfo.h351 bool isConstExtended(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1712 bool ExtMI = HII->isExtended(MI) || HII->isConstExtended(MI); in addToPacket()
1725 bool ExtNvjMI = HII->isExtended(NvjMI) || HII->isConstExtended(NvjMI); in addToPacket()
H A DHexagonOptAddrMode.cpp700 !MI->getOperand(2).isImm() || HII->isConstExtended(*MI))) in processBlock()
H A DHexagonConstExtenders.cpp1051 if (!isRegOffOpcode(Opc) || HII->isConstExtended(MI)) in getOffsetRange()
1228 if (!HII->isConstExtended(MI)) in collectInstr()
H A DHexagonInstrInfo.cpp2058 bool HexagonInstrInfo::isConstExtended(const MachineInstr &MI) const { in isConstExtended() function in HexagonInstrInfo
4483 if (isConstExtended(MI) || isExtended(MI)) in getSize()
4535 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()
H A DHexagonGenInsert.cpp1078 bool DefEx = HII->isConstExtended(*DefVR); in pruneCoveredSets()