Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td32 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 DHexagonBranchRelaxation.cpp118 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 DHexagonDepInstrInfo.td222 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 DHexagonInstrFormats.td112 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 DHexagonInstrInfo.h361 bool isExtendable(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp2064 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 DHexagonMCInstrInfo.cpp187 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 DHexagonMCInstrInfo.h237 bool isExtendable(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonAsmBackend.cpp549 if (HexagonMCInstrInfo::isExtendable(*MCII, HMI)) { in isInstRelaxable()
H A DHexagonMCTargetDesc.cpp574 if(!HexagonMCInstrInfo::isExtendable(*Info, Inst)) in evaluateBranch()
H A DHexagonMCCodeEmitter.cpp585 bool InstExtendable = HexagonMCInstrInfo::isExtendable(MCII, MI) || in getExprOpValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp521 if (!HexagonMCInstrInfo::isExtendable(*MCII, Inst) && in getSingleInstruction()