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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h30 bool mustNotExtend() const;
H A DHexagonMCExpr.cpp94 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } function in class:HexagonMCExpr
H A DHexagonMCInstrInfo.h291 bool mustNotExtend(MCExpr const &Expr);
H A DHexagonMCInstrInfo.cpp517 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr()))
789 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { function in class:HexagonMCInstrInfo
791 return HExpr.mustNotExtend();
H A DHexagonAsmBackend.cpp550 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp403 NewExpr->setMustNotExtend(Expr->mustNotExtend());

Completed in 122 milliseconds