Searched refs:isConstExtended (Results 1 – 7 of 7) sorted by relevance
63 bool isConstExtended() const;
87 bool HexagonMCInst::isConstExtended(void) const { in isConstExtended() function in HexagonMCInst
119 if (HMCI->isConstExtended()) in printExtOperand()
202 bool isConstExtended(MachineInstr *MI) const;
292 assert((QII->isExtended(MI) || QII->isConstExtended(MI)) && in canReserveResourcesForConstExt()1364 if ((QII->isExtended(MI) || QII->isConstExtended(MI)) && in addToPacket()1400 if ( (QII->isExtended(MI) || QII->isConstExtended(MI)) in addToPacket()
222 if (TII.isConstExtended(&MI)) { in eliminateFrameIndex()
1625 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()1663 bool HexagonInstrInfo::isConstExtended(MachineInstr *MI) const { in isConstExtended() function in HexagonInstrInfo