Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp266 if (HexagonMCInstrInfo::mustExtend(*Imm.Val) && !Extendable) in CheckImmRange()
406 NewExpr->setMustExtend(Expr->mustExtend()); in addSignedImmOperands()
1638 *Expr, HexagonMCInstrInfo::mustExtend(*MO.getExpr())); in processInstruction()
1756 if (!HexagonMCInstrInfo::mustExtend(Expr) && in processInstruction()
1990 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1994 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1998 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
2002 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
2006 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
2010 if (!HexagonMCInstrInfo::mustExtend(*Ins in processInstruction()
[all...]
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h26 bool mustExtend() const;
H A DHexagonMCExpr.cpp90 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);