Searched refs:isNewValue (Results 1 – 10 of 10) sorted by relevance
62 bits<1> isNewValue = 0;63 let TSFlags{10} = isNewValue; // New-value consumer insn.
375 bool isNewValue(const MachineInstr &MI) const;376 bool isNewValue(unsigned Opcode) const;
94 bits<1> isNewValue = 0;95 let TSFlags{14} = isNewValue; // New-value consumer insn.
5747 let isNewValue = 1;5773 let isNewValue = 1;5902 let isNewValue = 1;5927 let isNewValue = 1;6053 let isNewValue = 1;6079 let isNewValue = 1;6208 let isNewValue = 1;6233 let isNewValue = 1;6359 let isNewValue = 1;6385 let isNewValue = 1;[all …]
2400 bool HexagonInstrInfo::isNewValue(const MachineInstr &MI) const { in isNewValue() function in HexagonInstrInfo2405 bool HexagonInstrInfo::isNewValue(unsigned Opcode) const { in isNewValue() function in HexagonInstrInfo2415 return isNewValue(MI) && MI.isBranch(); in isNewValueJump()2419 return isNewValue(Opcode) && get(Opcode).isBranch() && isPredicated(Opcode); in isNewValueJump()2479 (isPredicatedNew(Opcode) || isNewValue(Opcode))); in isPredictedTaken()
364 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand()384 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand2()610 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII, in isNewValue() function in HexagonMCInstrInfo
254 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
412 if (!HexagonMCInstrInfo::isNewValue(MCII, I)) in checkNewValues()
732 if (HexagonMCInstrInfo::isNewValue(MCII, MI) && in getMachineOpValue()
457 if (HexagonMCInstrInfo::isNewValue(*MCII, MI)) { in getSingleInstruction()