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

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

Completed in 175 milliseconds