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

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 321 bool isNewValue(const MachineInstr* MI) const;
322 bool isNewValue(unsigned Opcode) const;
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 213 if (HexagonMCInstrInfo::isNewValue(MCII, MCI)) {
290 if (HexagonMCInstrInfo::isNewValue(MCII, MCI))
HexagonMCInstrInfo.h 230 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonMCInstrInfo.cpp 327 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) ||
346 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) ||
529 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII,
HexagonMCCodeEmitter.cpp 136 if (HexagonMCInstrInfo::isNewValue(MCII, HMB)) {
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 344 if (HexagonMCInstrInfo::isNewValue(*MCII, MI)) {
    [all...]

Completed in 76 milliseconds