Searched refs:MustExtend (Results 1 – 4 of 4) sorted by relevance
87 bool MustExtend = false; in HexagonLowerToMC() local93 MustExtend = true; in HexagonLowerToMC()144 MustExtend); in HexagonLowerToMC()
111 bool MatchingInlineAsm, bool &MustExtend);120 SMLoc IDLoc, bool &MustExtend);189 bool MustExtend; member247 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() argument786 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()[all …]
78 MCInst const &MCI, bool MustExtend);
162 MCInst const &MCI, bool MustExtend) { in extendIfNeeded() argument163 if (isConstExtended(MCII, MCI) || MustExtend) in extendIfNeeded()