Searched refs:mustNotExtend (Results 1 – 11 of 11) sorted by relevance
31 bool mustNotExtend() const;
53 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
480 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()707 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in llvm::HexagonMCInstrInfo709 return HExpr.mustNotExtend(); in mustNotExtend()
269 bool mustNotExtend(MCExpr const &Expr);
538 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
95 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
519 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()791 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in HexagonMCInstrInfo793 return HExpr.mustNotExtend(); in mustNotExtend()
292 bool mustNotExtend(MCExpr const &Expr);
554 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
406 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()