Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp271 if (HexagonMCInstrInfo::mustExtend(*Imm.Val) && !Extendable) in CheckImmRange()
406 NewExpr->setMustExtend(Expr->mustExtend()); in addSignedImmOperands()
1583 *Expr, HexagonMCInstrInfo::mustExtend(*MO.getExpr())); in processInstruction()
1701 if (!HexagonMCInstrInfo::mustExtend(Expr) && 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()
1947 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1951 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
1955 if (!HexagonMCInstrInfo::mustExtend(*Inst.getOperand(1).getExpr())) in processInstruction()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.h27 bool mustExtend() const;
H A DHexagonMCExpr.cpp89 bool HexagonMCExpr::mustExtend() const { return MustExtend; } in mustExtend() function in HexagonMCExpr
H A DHexagonMCInstrInfo.cpp546 HexagonMCInstrInfo::mustExtend(*MO.getExpr())) in isConstExtended()
878 bool HexagonMCInstrInfo::mustExtend(MCExpr const &Expr) { in mustExtend() function in HexagonMCInstrInfo
880 return HExpr.mustExtend(); in mustExtend()
H A DHexagonMCInstrInfo.h302 bool mustExtend(MCExpr const &Expr);