Home
last modified time | relevance | path

Searched refs:MustExtend (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp87 bool MustExtend = false; in HexagonLowerToMC() local
93 MustExtend = true; in HexagonLowerToMC()
144 MustExtend); in HexagonLowerToMC()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp111 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()
[all …]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h78 MCInst const &MCI, bool MustExtend);
DHexagonMCInstrInfo.cpp162 MCInst const &MCI, bool MustExtend) { in extendIfNeeded() argument
163 if (isConstExtended(MCII, MCI) || MustExtend) in extendIfNeeded()