Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormatsV5.td62 bits<1> isNewValue = 0;
63 let TSFlags{10} = isNewValue; // New-value consumer insn.
DHexagonInstrInfo.h375 bool isNewValue(const MachineInstr &MI) const;
376 bool isNewValue(unsigned Opcode) const;
DHexagonInstrFormats.td94 bits<1> isNewValue = 0;
95 let TSFlags{14} = isNewValue; // New-value consumer insn.
DHexagonDepInstrInfo.td5747 let isNewValue = 1;
5773 let isNewValue = 1;
5902 let isNewValue = 1;
5927 let isNewValue = 1;
6053 let isNewValue = 1;
6079 let isNewValue = 1;
6208 let isNewValue = 1;
6233 let isNewValue = 1;
6359 let isNewValue = 1;
6385 let isNewValue = 1;
[all …]
DHexagonInstrInfo.cpp2400 bool HexagonInstrInfo::isNewValue(const MachineInstr &MI) const { in isNewValue() function in HexagonInstrInfo
2405 bool HexagonInstrInfo::isNewValue(unsigned Opcode) const { in isNewValue() function in HexagonInstrInfo
2415 return isNewValue(MI) && MI.isBranch(); in isNewValueJump()
2419 return isNewValue(Opcode) && get(Opcode).isBranch() && isPredicated(Opcode); in isNewValueJump()
2479 (isPredicatedNew(Opcode) || isNewValue(Opcode))); in isPredictedTaken()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp364 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand()
384 assert((HexagonMCInstrInfo::isNewValue(MCII, MCI) || in getNewValueOperand2()
610 bool HexagonMCInstrInfo::isNewValue(MCInstrInfo const &MCII, in isNewValue() function in HexagonMCInstrInfo
DHexagonMCInstrInfo.h254 bool isNewValue(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCChecker.cpp412 if (!HexagonMCInstrInfo::isNewValue(MCII, I)) in checkNewValues()
DHexagonMCCodeEmitter.cpp732 if (HexagonMCInstrInfo::isNewValue(MCII, MI) && in getMachineOpValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp457 if (HexagonMCInstrInfo::isNewValue(*MCII, MI)) { in getSingleInstruction()