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 295 bool isNewValue(const MachineInstr* MI) const;
296 bool isNewValue(unsigned Opcode) const;
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 227 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonMCChecker.cpp 209 if (HexagonMCInstrInfo::isNewValue(MCII, MCI)) {
286 if (HexagonMCInstrInfo::isNewValue(MCII, MCI))
HexagonMCInstrInfo.cpp 271 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) ||
290 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) ||
474 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII,
HexagonMCCodeEmitter.cpp 123 if (HexagonMCInstrInfo::isNewValue(MCII, HMB)) {
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 345 if (HexagonMCInstrInfo::isNewValue(*MCII, MI)) {
    [all...]

Completed in 234 milliseconds