Home
last modified time | relevance | path

Searched refs:hasNewValue (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td18 let hasNewValue = 1;
38 let hasNewValue = 1;
51 let hasNewValue = 1;
67 let hasNewValue = 1;
79 let hasNewValue = 1;
91 let hasNewValue = 1;
103 let hasNewValue = 1;
115 let hasNewValue = 1;
128 let hasNewValue = 1;
141 let hasNewValue = 1;
[all …]
H A DHexagonInstrFormats.td98 bits<1> hasNewValue = 0;
99 let TSFlags{15} = hasNewValue; // New-value producer insn.
311 bits<1> hasNewValue = 0;
312 let TSFlags{11} = hasNewValue; // New-value producer insn.
H A DHexagonPseudo.td41 hasNewValue = 1, opNewValue = 0 in
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h196 bool hasNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp397 HexagonMCInstrInfo::hasNewValue(MCII, MCI)) && in getNewValueOperand()
513 bool HexagonMCInstrInfo::hasNewValue(MCInstrInfo const &MCII, in hasNewValue() function in HexagonMCInstrInfo
H A DHexagonMCCodeEmitter.cpp743 if (HexagonMCInstrInfo::hasNewValue(MCII, Inst)) in getMachineOpValue()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp507 } else if (HexagonMCInstrInfo::hasNewValue(*MCII, Inst)) { in getSingleInstruction()