Searched refs:mustNotExtend (Results 1 – 6 of 6) sorted by relevance
29 bool mustNotExtend() const;
94 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
562 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()886 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in HexagonMCInstrInfo888 return HExpr.mustNotExtend(); in mustNotExtend()
303 bool mustNotExtend(MCExpr const &Expr);
553 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
407 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()