Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h28 bool mustNotExtend() const;
H A DHexagonMCExpr.cpp95 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.cpp569 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()
901 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in HexagonMCInstrInfo
903 return HExpr.mustNotExtend(); in mustNotExtend()
H A DHexagonMCInstrInfo.h312 bool mustNotExtend(MCExpr const &Expr);
H A DHexagonAsmBackend.cpp552 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp408 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()