Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp260 if (HexagonMCInstrInfo::mustExtend(*Imm.Val) && !Extendable) in CheckImmRange()
395 NewExpr->setMustExtend(Expr->mustExtend()); in addSignedImmOperands()
1572 *Expr, HexagonMCInstrInfo::mustExtend(*MO.getExpr())); in processInstruction()
1690 if (!HexagonMCInstrInfo::mustExtend(Expr) && in processInstruction()
1924 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1928 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1932 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1936 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1940 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1944 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h27 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()
885 bool HexagonMCInstrInfo::mustExtend(MCExpr const &Expr) { in mustExtend() function in HexagonMCInstrInfo
887 return HExpr.mustExtend(); in mustExtend()
H A DHexagonMCInstrInfo.h312 bool mustExtend(MCExpr const &Expr);