Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp269 if (HexagonMCInstrInfo::mustExtend(*Imm.Val) && !Extendable) in CheckImmRange()
409 NewExpr->setMustExtend(Expr->mustExtend()); in addSignedImmOperands()
1645 *Expr, HexagonMCInstrInfo::mustExtend(*MO.getExpr())); in processInstruction()
1763 if (!HexagonMCInstrInfo::mustExtend(Expr) && in processInstruction()
1997 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
2001 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
2005 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
2009 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
2013 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
2017 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h46 bool mustExtend() const;
H A DHexagonMCExpr.cpp45 bool HexagonMCExpr::mustExtend() const { return MustExtend; } in mustExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.cpp553 HexagonMCInstrInfo::mustExtend(*MO.getExpr())) in isConstExtended()
893 bool HexagonMCInstrInfo::mustExtend(MCExpr const &Expr) { in mustExtend() function in HexagonMCInstrInfo
895 return HExpr.mustExtend(); in mustExtend()
H A DHexagonMCInstrInfo.h311 bool mustExtend(MCExpr const &Expr);