Searched refs:isConstExtended (Results 1 – 6 of 6) sorted by relevance
60 bool isConstExtended(MCInstrInfo const &MCII, MCInst const &MCI);
121 bool HexagonMCInstrInfo::isConstExtended(MCInstrInfo const &MCII, in isConstExtended() function in llvm::HexagonMCInstrInfo
206 bool isConstExtended(MachineInstr *MI) const;
196 if (TII.isConstExtended(&MI)) { in eliminateFrameIndex()
290 assert((QII->isExtended(MI) || QII->isConstExtended(MI)) && in canReserveResourcesForConstExt()1351 if ((QII->isExtended(MI) || QII->isConstExtended(MI)) && in addToPacket()1387 if ( (QII->isExtended(MI) || QII->isConstExtended(MI)) in addToPacket()
742 … return (isOperandExtended(MI, 1) && isConstExtended(MI)) || isInt<12>(MI->getOperand(1).getImm()); in isPredicable()1697 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()1734 bool HexagonInstrInfo::isConstExtended(MachineInstr *MI) const { in isConstExtended() function in HexagonInstrInfo