Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h28 void setMustNotExtend(bool Val = true);
H A DHexagonMCExpr.cpp91 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.h355 void setMustNotExtend(MCExpr const &Expr, bool Val = true);
H A DHexagonMCInstrInfo.cpp889 void HexagonMCInstrInfo::setMustNotExtend(MCExpr const &Expr, bool Val) { in setMustNotExtend() function in HexagonMCInstrInfo
891 HExpr.setMustNotExtend(Val); in setMustNotExtend()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp402 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()
1211 HexagonMCInstrInfo::setMustNotExtend(*Expr, MustNotExtend); in parseInstruction()
1346 HexagonMCInstrInfo::setMustNotExtend(*S27.getExpr()); in processInstruction()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp281 HexagonMCInstrInfo::setMustNotExtend(*S16.getExpr()); in HexagonProcessInstruction()