Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp270 if (HexagonMCInstrInfo::mustExtend(*Imm.Val) && !Extendable) in CheckImmRange()
403 NewExpr->setMustExtend(Expr->mustExtend()); in addSignedImmOperands()
1571 *Expr, HexagonMCInstrInfo::mustExtend(*MO.getExpr())); in processInstruction()
1689 if (!HexagonMCInstrInfo::mustExtend(Expr) && in processInstruction()
1923 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1927 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1931 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1935 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1939 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1943 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h29 bool mustExtend() const;
H A DHexagonMCExpr.cpp90 bool HexagonMCExpr::mustExtend() const { return MustExtend; } in mustExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.cpp503 HexagonMCInstrInfo::mustExtend(*MO.getExpr())) in isConstExtended()
783 bool HexagonMCInstrInfo::mustExtend(MCExpr const &Expr) { in mustExtend() function in HexagonMCInstrInfo
785 return HExpr.mustExtend(); in mustExtend()
H A DHexagonMCInstrInfo.h291 bool mustExtend(MCExpr const &Expr);