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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h375 bool isNewValue(const MachineInstr &MI) const;
376 bool isNewValue(unsigned Opcode) const;
H A DHexagonInstrInfo.cpp2400 bool HexagonInstrInfo::isNewValue(const MachineInstr &MI) const { function in class:HexagonInstrInfo
2405 bool HexagonInstrInfo::isNewValue(unsigned Opcode) const { function in class:HexagonInstrInfo
2415 return isNewValue(MI) && MI.isBranch();
2419 return isNewValue(Opcode) && get(Opcode).isBranch() && isPredicated(Opcode);
2479 (isPredicatedNew(Opcode) || isNewValue(Opcode)));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h254 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp364 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) ||
384 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) ||
610 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII, function in class:HexagonMCInstrInfo
H A DHexagonMCChecker.cpp412 if (!HexagonMCInstrInfo::isNewValue(MCII, I))
H A DHexagonMCCodeEmitter.cpp732 if (HexagonMCInstrInfo::isNewValue(MCII, MI) &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp457 if (HexagonMCInstrInfo::isNewValue(*MCII, MI)) {

Completed in 120 milliseconds