HomeSort by: relevance | last modified time | path
    Searched refs:isConstExtended (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.cpp 65 (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI)))
90 if (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI))
HexagonMCInstrInfo.h 221 bool isConstExtended(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonMCInstrInfo.cpp 230 if (isConstExtended(MCII, MCI))
538 bool HexagonMCInstrInfo::isConstExtended(MCInstrInfo const &MCII,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 202 << HII->isExtendable(MI) << ") isConstExtended("
203 << HII->isConstExtended(MI) << ") " << MI);
HexagonInstrInfo.h 351 bool isConstExtended(const MachineInstr &MI) const;
HexagonVLIWPacketizer.cpp 1712 bool ExtMI = HII->isExtended(MI) || HII->isConstExtended(MI);
1725 bool ExtNvjMI = HII->isExtended(NvjMI) || HII->isConstExtended(NvjMI);
HexagonOptAddrMode.cpp 700 !MI->getOperand(2).isImm() || HII->isConstExtended(*MI)))
HexagonConstExtenders.cpp 1051 if (!isRegOffOpcode(Opc) || HII->isConstExtended(MI))
1228 if (!HII->isConstExtended(MI))
HexagonInstrInfo.cpp 2058 bool HexagonInstrInfo::isConstExtended(const MachineInstr &MI) const {
4483 if (isConstExtended(MI) || isExtended(MI))
4535 assert((isExtendable(MI)||isConstExtended(MI)) &&
HexagonGenInsert.cpp 1078 bool DefEx = HII->isConstExtended(*DefVR);

Completed in 28 milliseconds