Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h189 bool isNewValue(const MachineInstr* MI) const;
190 bool isNewValue(Opcode_t Opcode) const;
HDHexagonInstrFormatsV4.td77 bits<1> isNewValue = 0;
78 let TSFlags{9} = isNewValue; // New-value consumer insn.
HDHexagonInstrInfo.cpp857 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()
HDHexagonInstrFormats.td121 bits<1> isNewValue = 0;
122 let TSFlags{12} = isNewValue; // New-value consumer insn.
HDHexagonInstrInfoV4.td722 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 …]
HDHexagonInstrInfo.td3709 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/
HDHexagonMCInstrInfo.h178 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
HDHexagonMCInstrInfo.cpp183 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand()
350 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII, in isNewValue() function in llvm::HexagonMCInstrInfo
HDHexagonMCCodeEmitter.cpp107 if (HexagonMCInstrInfo::isNewValue(MCII, HMB)) { in EncodeSingleInstruction()