Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h28 void setMustNotExtend(bool Val = true);
H A DHexagonMCExpr.cpp90 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.h343 void setMustNotExtend(MCExpr const &Expr, bool Val = true);
H A DHexagonMCInstrInfo.cpp882 void HexagonMCInstrInfo::setMustNotExtend(MCExpr const &Expr, bool Val) { in setMustNotExtend() function in HexagonMCInstrInfo
884 HExpr.setMustNotExtend(Val); in setMustNotExtend()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp407 NewExpr->setMustNotExtend(Expr->mustNotExtend()); in addSignedImmOperands()
1212 HexagonMCInstrInfo::setMustNotExtend(*Expr, MustNotExtend); in parseInstruction()
1347 HexagonMCInstrInfo::setMustNotExtend(*S27.getExpr()); in processInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp281 HexagonMCInstrInfo::setMustNotExtend(*S16.getExpr()); in HexagonProcessInstruction()