Home
last modified time | relevance | path

Searched refs:mustNotExtend (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h31 bool mustNotExtend() const;
H A DHexagonMCExpr.cpp95 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.cpp519 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()
791 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in HexagonMCInstrInfo
793 return HExpr.mustNotExtend(); in mustNotExtend()
H A DHexagonMCInstrInfo.h292 bool mustNotExtend(MCExpr const &Expr);
H A DHexagonAsmBackend.cpp554 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp404 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()