Searched refs:mustNotExtend (Results 1 – 6 of 6) sorted by relevance
28 bool mustNotExtend() const;
95 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
569 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended() 901 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in HexagonMCInstrInfo 903 return HExpr.mustNotExtend(); in mustNotExtend()
312 bool mustNotExtend(MCExpr const &Expr);
552 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
408 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()