Searched refs:isNewValue (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCInstrInfo.cpp | 85 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValue() 166 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII, in isNewValue() function in llvm::HexagonMCInstrInfo
|
D | HexagonMCInstrInfo.h | 69 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormatsV4.td | 77 bits<1> isNewValue = 0; 78 let TSFlags{9} = isNewValue; // New-value consumer insn.
|
D | HexagonInstrInfo.h | 186 bool isNewValue(const MachineInstr* MI) const;
|
D | HexagonInstrFormats.td | 123 bits<1> isNewValue = 0; 124 let TSFlags{12} = isNewValue; // New-value consumer insn.
|
D | HexagonInstrInfoV4.td | 708 let opExtendable = 1, isNewValue = 1, isNVStore = 1, opNewValue = 2, 800 opExtentBits = 6, isNewValue = 1, opNewValue = 3, opExtendable = 2 in 896 let isPredicable = 1, isNewValue = 1, opNewValue = 3 in 922 let isPredicated = 1, isNewValue = 1, opNewValue = 4 in 1313 let mayStore = 1, isNVStore = 1, isNewValue = 1, hasSideEffects = 0, 1384 isNewValue = 1, opNewValue = 3 in 1417 isNewValue = 1, opNewValue = 4 in 1484 let isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 3 in 1596 let isPredicated = 1, isBranch = 1, isNewValue = 1, isTerminator = 1, 1656 let isPredicated = 1, isBranch = 1, isNewValue = 1, isTerminator = 1, [all …]
|
D | HexagonInstrInfo.cpp | 1570 if (isNewValue(MI) && isBranch(MI)) in isNewValueJump() 1579 bool HexagonInstrInfo::isNewValue(const MachineInstr* MI) const { in isNewValue() function in HexagonInstrInfo
|
D | HexagonInstrInfo.td | 3709 let Uses = [CS], isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 4 in 3799 let Uses = [CS], isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 3 in 3874 let isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 3,
|