HomeSort by relevance Sort by last modified time
    Searched refs:isConstExtended (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.cpp 91 (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI)))
222 if (HasExtender || HexagonMCInstrInfo::isConstExtended(MII, *MI))
HexagonMCInstrInfo.h 192 bool isConstExtended(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonMCInstrInfo.cpp 164 if (isConstExtended(MCII, MCI))
456 bool HexagonMCInstrInfo::isConstExtended(MCInstrInfo const &MCII,
  /external/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 189 << HII->isExtendable(&MI) << ") isConstExtended("
190 << HII->isConstExtended(&MI) << ") " << MI);
HexagonInstrInfo.h 296 bool isConstExtended(const MachineInstr *MI) const;
HexagonVLIWPacketizer.cpp     [all...]
HexagonInstrInfo.cpp     [all...]
HexagonGenInsert.cpp     [all...]

Completed in 1700 milliseconds