Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h29 bool mustNotExtend() const;
H A DHexagonMCExpr.cpp94 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.cpp562 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()
886 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in HexagonMCInstrInfo
888 return HExpr.mustNotExtend(); in mustNotExtend()
H A DHexagonMCInstrInfo.h303 bool mustNotExtend(MCExpr const &Expr);
H A DHexagonAsmBackend.cpp553 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp407 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()