Home
last modified time | relevance | path

Searched refs:isExtendable (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td33 let isExtendable = 1, opExtendable = 1, opExtentBits = 6,
112 let isExtendable = 1, isExtentSigned = 1, opExtentBits = 9, opExtentAlign = 2,
132 let isExtendable = 1, isExtentSigned = 1, opExtentBits = 9, opExtentAlign = 2,
163 isExtended = 0, isExtendable = 1, opExtendable = 0,
200 isExtended = 0, isExtendable = 1, opExtendable = 0, isCodeGenOnly = 1,
258 isPseudo = 1, isCodeGenOnly = 1, hasSideEffects = 0, isExtendable = 1,
318 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
325 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13,
339 isExtendable = 1, opExtendable = 0, isExtentSigned = 1,
482 let isExtendable = 1, opExtendable = 1, opExtentBits = 6,
[all …]
H A DHexagonBranchRelaxation.cpp120 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset()
204 << HII->isExtendable(MI) << ") isConstExtended(" in reGenerateBranch()
209 if (!HII->isExtendable(MI) && !HII->isExtended(MI)) { in reGenerateBranch()
H A DHexagonDepInstrInfo.td223 let isExtendable = 1;
320 let isExtendable = 1;
417 let isExtendable = 1;
605 let isExtendable = 1;
668 let isExtendable = 1;
689 let isExtendable = 1;
708 let isExtendable = 1;
728 let isExtendable = 1;
1240 let isExtendable = 1;
1587 let isExtendable = 1;
[all …]
H A DHexagonInstrFormatsV5.td75 bits<1> isExtendable = 0;
76 let TSFlags{17} = isExtendable; // Insn may be extended.
H A DHexagonInstrFormats.td111 bits<1> isExtendable = 0;
112 let TSFlags{23} = isExtendable; // Insn may be extended.
H A DHexagonInstrInfo.h369 bool isExtendable(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp1991 unsigned isExtendable = in isConstExtended() local
1993 if (!isExtendable) in isConstExtended()
2132 bool HexagonInstrInfo::isExtendable(const MachineInstr &MI) const { in isExtendable() function in HexagonInstrInfo
4310 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp164 assert(HexagonMCInstrInfo::isExtendable(MCII, Inst) || in deriveExtender()
298 assert((HexagonMCInstrInfo::isExtendable(MCII, MCI) || in getExtendableOperand()
325 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) || in getMaxValue()
336 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) || in getMinValue()
499 if (!HexagonMCInstrInfo::isExtendable(MCII, MCI)) in isConstExtended()
570 bool HexagonMCInstrInfo::isExtendable(MCInstrInfo const &MCII, in isExtendable() function in HexagonMCInstrInfo
H A DHexagonMCInstrInfo.h231 bool isExtendable(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCTargetDesc.cpp442 if(!HexagonMCInstrInfo::isExtendable(*Info, Inst)) in evaluateBranch()
H A DHexagonAsmBackend.cpp550 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) { in isInstRelaxable()
H A DHexagonMCCodeEmitter.cpp593 bool InstExtendable = HexagonMCInstrInfo::isExtendable(MCII, MI) || in getExprOpValue()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp515 if (!HexagonMCInstrInfo::isExtendable(*MCII, Inst) && in getSingleInstruction()