/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonPseudo.td | 32 let isExtendable = 1, opExtendable = 1, opExtentBits = 6, 111 let isExtendable = 1, isExtentSigned = 1, opExtentBits = 9, opExtentAlign = 2, 131 let isExtendable = 1, isExtentSigned = 1, opExtentBits = 9, opExtentAlign = 2, 162 isExtended = 0, isExtendable = 1, opExtendable = 0, 199 isExtended = 0, isExtendable = 1, opExtendable = 0, isCodeGenOnly = 1, 257 isPseudo = 1, isCodeGenOnly = 1, hasSideEffects = 0, isExtendable = 1, 317 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13, 324 let isExtendable = 1, opExtendable = 2, isExtentSigned = 1, opExtentBits = 13, 338 isExtendable = 1, opExtendable = 0, isExtentSigned = 1, 473 let isExtendable = 1, opExtendable = 1, isExtentSigned = 1, opExtentBits = 13, [all …]
|
H A D | HexagonBranchRelaxation.cpp | 118 if (MI.isBranch() && HII->isExtendable(MI)) in computeOffset() 202 << HII->isExtendable(MI) << ") isConstExtended(" in reGenerateBranch() 207 if (!HII->isExtendable(MI) && !HII->isExtended(MI)) { in reGenerateBranch()
|
H A D | HexagonDepInstrInfo.td | 222 let isExtendable = 1; 319 let isExtendable = 1; 416 let isExtendable = 1; 604 let isExtendable = 1; 667 let isExtendable = 1; 688 let isExtendable = 1; 707 let isExtendable = 1; 727 let isExtendable = 1; 1239 let isExtendable = 1; 1586 let isExtendable = 1; [all …]
|
H A D | HexagonInstrFormats.td | 112 bits<1> isExtendable = 0; 113 let TSFlags{23} = isExtendable; // Insn may be extended. 316 bits<1> isExtendable = 0; 317 let TSFlags{17} = isExtendable; // Insn may be extended.
|
H A D | HexagonInstrInfo.h | 361 bool isExtendable(const MachineInstr &MI) const;
|
H A D | HexagonInstrInfo.cpp | 2064 unsigned isExtendable = in isConstExtended() local 2066 if (!isExtendable) in isConstExtended() 2205 bool HexagonInstrInfo::isExtendable(const MachineInstr &MI) const { in isExtendable() function in HexagonInstrInfo 4535 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCInstrInfo.cpp | 187 assert(HexagonMCInstrInfo::isExtendable(MCII, Inst) || in deriveExtender() 321 assert((HexagonMCInstrInfo::isExtendable(MCII, MCI) || in getExtendableOperand() 348 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) || in getMaxValue() 359 assert(HexagonMCInstrInfo::isExtendable(MCII, MCI) || in getMinValue() 542 if (!HexagonMCInstrInfo::isExtendable(MCII, MCI)) in isConstExtended() 613 bool HexagonMCInstrInfo::isExtendable(MCInstrInfo const &MCII, in isExtendable() function in HexagonMCInstrInfo
|
H A D | HexagonMCInstrInfo.h | 237 bool isExtendable(MCInstrInfo const &MCII, MCInst const &MCI);
|
H A D | HexagonAsmBackend.cpp | 549 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) { in isInstRelaxable()
|
H A D | HexagonMCTargetDesc.cpp | 574 if(!HexagonMCInstrInfo::isExtendable(*Info, Inst)) in evaluateBranch()
|
H A D | HexagonMCCodeEmitter.cpp | 585 bool InstExtendable = HexagonMCInstrInfo::isExtendable(MCII, MI) || in getExprOpValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 521 if (!HexagonMCInstrInfo::isExtendable(*MCII, Inst) && in getSingleInstruction()
|