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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.h69 bool isNewValue() const;
H A DHexagonMCInst.cpp57 bool HexagonMCInst::isNewValue() const { function in class:HexagonMCInst
75 assert ((isNewValue() || hasNewValue()) && MCO.isReg());
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h181 bool isNewValue(const MachineInstr* MI) const;
H A DHexagonInstrInfo.cpp1507 if (isNewValue(MI) && isBranch(MI))
1516 bool HexagonInstrInfo::isNewValue(const MachineInstr* MI) const { function in class:HexagonInstrInfo

Completed in 91 milliseconds