Home
last modified time | relevance | path

Searched refs:hasNewValue2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrFormats.td149 bits<1> hasNewValue2 = 0;
150 let TSFlags{50} = hasNewValue2; // Second New-value producer insn.
HDHexagonDepInstrInfo.td32787 let hasNewValue2 = 1;
38678 let hasNewValue2 = 1;
39959 let hasNewValue2 = 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCInstrInfo.h197 bool hasNewValue2(MCInstrInfo const &MCII, MCInst const &MCI);
HDHexagonMCInstrInfo.cpp417 HexagonMCInstrInfo::hasNewValue2(MCII, MCI)) && in getNewValueOperand2()
520 bool HexagonMCInstrInfo::hasNewValue2(MCInstrInfo const &MCII, in hasNewValue2() function in HexagonMCInstrInfo
HDHexagonMCCodeEmitter.cpp746 if (HexagonMCInstrInfo::hasNewValue2(MCII, Inst)) in getMachineOpValue()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
HDHexagonDisassembler.cpp500 if (HexagonMCInstrInfo::hasNewValue2(*MCII, Inst)) { in getSingleInstruction()