Searched refs:isNewValue (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonInstrInfo.h | 189 bool isNewValue(const MachineInstr* MI) const; 190 bool isNewValue(Opcode_t Opcode) const;
|
| HD | HexagonInstrFormatsV4.td | 77 bits<1> isNewValue = 0; 78 let TSFlags{9} = isNewValue; // New-value consumer insn.
|
| HD | HexagonInstrInfo.cpp | 857 bool HexagonInstrInfo::isNewValue(const MachineInstr* MI) const { in isNewValue() function in HexagonInstrInfo 862 bool HexagonInstrInfo::isNewValue(Opcode_t Opcode) const { in isNewValue() function in HexagonInstrInfo 1620 if (isNewValue(MI) && isBranch(MI)) in isNewValueJump() 1626 return isNewValue(Opcode) && get(Opcode).isBranch() && isPredicated(Opcode); in isNewValueJump()
|
| HD | HexagonInstrFormats.td | 121 bits<1> isNewValue = 0; 122 let TSFlags{12} = isNewValue; // New-value consumer insn.
|
| HD | HexagonInstrInfoV4.td | 722 let opExtendable = 1, isNewValue = 1, isNVStore = 1, opNewValue = 2, 814 opExtentBits = 6, isNewValue = 1, opNewValue = 3, opExtendable = 2 in 910 let isPredicable = 1, isNewValue = 1, opNewValue = 3 in 936 let isPredicated = 1, isNewValue = 1, opNewValue = 4 in 1327 let mayStore = 1, isNVStore = 1, isNewValue = 1, hasSideEffects = 0, 1398 isNewValue = 1, opNewValue = 3 in 1431 isNewValue = 1, opNewValue = 4 in 1498 let isNewValue = 1, mayStore = 1, isNVStore = 1, opNewValue = 3 in 1610 let isPredicated = 1, isBranch = 1, isNewValue = 1, isTerminator = 1, 1670 let isPredicated = 1, isBranch = 1, isNewValue = 1, isTerminator = 1, [all …]
|
| HD | 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,
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HD | HexagonMCInstrInfo.h | 178 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
|
| HD | HexagonMCInstrInfo.cpp | 183 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand() 350 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII, in isNewValue() function in llvm::HexagonMCInstrInfo
|
| HD | HexagonMCCodeEmitter.cpp | 107 if (HexagonMCInstrInfo::isNewValue(MCII, HMB)) { in EncodeSingleInstruction()
|