Home
last modified time | relevance | path

Searched refs:isNewValue (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td96 bits<1> isNewValue = 0;
97 let TSFlags{14} = isNewValue; // New-value consumer insn.
309 bits<1> isNewValue = 0;
310 let TSFlags{10} = isNewValue; // New-value consumer insn.
H A DHexagonInstrInfo.h382 bool isNewValue(const MachineInstr &MI) const;
383 bool isNewValue(unsigned Opcode) const;
H A DHexagonDepInstrInfo.td5898 let isNewValue = 1;
5924 let isNewValue = 1;
6053 let isNewValue = 1;
6078 let isNewValue = 1;
6204 let isNewValue = 1;
6230 let isNewValue = 1;
6359 let isNewValue = 1;
6384 let isNewValue = 1;
6510 let isNewValue = 1;
6536 let isNewValue
[all...]
H A DHexagonInstrInfo.cpp2472 bool HexagonInstrInfo::isNewValue(const MachineInstr &MI) const { in isNewValue() function in HexagonInstrInfo
2477 bool HexagonInstrInfo::isNewValue(unsigned Opcode) const { in isNewValue() function in HexagonInstrInfo
2487 return isNewValue(MI) && MI.isBranch(); in isNewValueJump()
2491 return isNewValue(Opcode) && get(Opcode).isBranch() && isPredicated(Opcode); in isNewValueJump()
2551 (isPredicatedNew(Opcode) || isNewValue(Opcode))); in isPredictedTaken()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp396 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand()
416 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand2()
670 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII, in isNewValue() function in HexagonMCInstrInfo
H A DHexagonMCInstrInfo.h270 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCChecker.cpp419 if (!HexagonMCInstrInfo::isNewValue(MCII, ConsumerInst)) in checkNewValues()
H A DHexagonMCCodeEmitter.cpp719 if (HexagonMCInstrInfo::isNewValue(MCII, MI) && in getMachineOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp469 if (HexagonMCInstrInfo::isNewValue(*MCII, MI)) { in getSingleInstruction()