Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.h31 bool mustNotExtend() const;
DHexagonMCExpr.cpp53 bool HexagonMCExpr::mustNotExtend() const { return MustNotExtend; } in mustNotExtend() function in HexagonMCExpr
DHexagonMCInstrInfo.cpp480 HexagonMCInstrInfo::mustNotExtend(*MO.getExpr())) in isConstExtended()
707 bool HexagonMCInstrInfo::mustNotExtend(MCExpr const &Expr) { in mustNotExtend() function in llvm::HexagonMCInstrInfo
709 return HExpr.mustNotExtend(); in mustNotExtend()
DHexagonMCInstrInfo.h269 bool mustNotExtend(MCExpr const &Expr);
DHexagonAsmBackend.cpp538 if (HexagonMCInstrInfo::mustNotExtend(*Operand.getExpr())) in isInstRelaxable()