| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPseudo.td | 33 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 D | HexagonBranchRelaxation.cpp | 120 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 D | HexagonDepInstrInfo.td | 223 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 D | HexagonInstrFormatsV5.td | 75 bits<1> isExtendable = 0; 76 let TSFlags{17} = isExtendable; // Insn may be extended.
|
| H A D | HexagonInstrFormats.td | 111 bits<1> isExtendable = 0; 112 let TSFlags{23} = isExtendable; // Insn may be extended.
|
| H A D | HexagonInstrInfo.h | 369 bool isExtendable(const MachineInstr &MI) const;
|
| H A D | HexagonInstrInfo.cpp | 1991 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 D | HexagonMCInstrInfo.cpp | 164 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 D | HexagonMCInstrInfo.h | 231 bool isExtendable(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonMCTargetDesc.cpp | 442 if(!HexagonMCInstrInfo::isExtendable(*Info, Inst)) in evaluateBranch()
|
| H A D | HexagonAsmBackend.cpp | 550 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) { in isInstRelaxable()
|
| H A D | HexagonMCCodeEmitter.cpp | 593 bool InstExtendable = HexagonMCInstrInfo::isExtendable(MCII, MI) || in getExprOpValue()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 515 if (!HexagonMCInstrInfo::isExtendable(*MCII, Inst) && in getSingleInstruction()
|