Lines Matching refs:MustExtend
111 bool MatchingInlineAsm, bool &MustExtend);
120 SMLoc IDLoc, bool &MustExtend);
189 bool MustExtend; member
247 if (Imm.MustExtend && !Extendable) in CheckImmRange()
350 bool isu32MustExt() const { return isImm() && Imm.MustExtend; } in isu32MustExt()
595 Op->Imm.MustExtend = false; in CreateImm()
780 bool &MustExtend) { in matchOneInstruction() argument
786 MustExtend = mustExtend(InstOperands); in matchOneInstruction()
788 result = processInstruction(MCI, InstOperands, IDLoc, MustExtend); in matchOneInstruction()
830 if (static_cast<HexagonOperand *>(i.get())->Imm.MustExtend) in mustExtend()
868 bool MustExtend = false; in MatchAndEmitInstruction() local
870 MatchingInlineAsm, MustExtend)) in MatchAndEmitInstruction()
874 HexagonMCInstrInfo::isExtended(MCII, *SubInst) || MustExtend); in MatchAndEmitInstruction()
1398 bool MustExtend = false; in parseInstruction() local
1403 MustExtend = true; in parseInstruction()
1440 Expr->Imm.MustExtend = MustExtend; in parseInstruction()
1527 SMLoc IDLoc, bool &MustExtend) { in processInstruction() argument
1601 MustExtend = true; in processInstruction()
1606 MustExtend = true; in processInstruction()
1909 if (!MustExtend) { in processInstruction()