Home
last modified time | relevance | path

Searched refs:isConstExtended (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp92 (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI))) in printOperand()
228 if (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI)) in printBrtarget()
DHexagonMCInstrInfo.h189 bool isConstExtended(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp163 if (isConstExtended(MCII, MCI) || MustExtend) in extendIfNeeded()
400 bool HexagonMCInstrInfo::isConstExtended(MCInstrInfo const &MCII, in isConstExtended() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h270 bool isConstExtended(const MachineInstr *MI) const;
DHexagonVLIWPacketizer.cpp1462 bool ExtMI = HII->isExtended(MI) || HII->isConstExtended(MI); in addToPacket()
1475 bool ExtNvjMI = HII->isExtended(NvjMI) || HII->isConstExtended(NvjMI); in addToPacket()
DHexagonInstrInfo.cpp1135 OpCExtended[i] = (isOperandExtended(MI, i) && isConstExtended(MI)); in isPredicable()
1139 return (isOperandExtended(MI, 1) && isConstExtended(MI)) || in isPredicable()
1650 bool HexagonInstrInfo::isConstExtended(const MachineInstr *MI) const { in isConstExtended() function in HexagonInstrInfo
3683 if (isConstExtended(MI) || isExtended(MI)) in getSize()
3747 assert((isExtendable(MI)||isConstExtended(MI)) && in immediateExtend()
DHexagonGenInsert.cpp1043 bool DefEx = HII->isConstExtended(DefVR); in pruneCoveredSets()