Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCExpr.h28 bool mustNotExtend() const;
HDHexagonMCExpr.cpp95 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
HDHexagonMCInstrInfo.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()
HDHexagonMCInstrInfo.h312 bool mustNotExtend(MCExpr const &Expr);
HDHexagonAsmBackend.cpp552 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp408 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()