Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h30 void setMustNotExtend(bool Val = true);
H A DHexagonMCExpr.cpp91 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.h317 void setMustNotExtend(MCExpr const &Expr, bool Val = true);
H A DHexagonMCInstrInfo.cpp787 void HexagonMCInstrInfo::setMustNotExtend(MCExpr const &Expr, bool Val) { in setMustNotExtend() function in HexagonMCInstrInfo
789 HExpr.setMustNotExtend(Val); in setMustNotExtend()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp404 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()
1202 HexagonMCInstrInfo::setMustNotExtend(*Expr, MustNotExtend); in parseInstruction()
1318 HexagonMCInstrInfo::setMustNotExtend(*S27.getExpr()); in processInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp289 HexagonMCInstrInfo::setMustNotExtend(*S16.getExpr()); in HexagonProcessInstruction()