Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td90 bits<1> isPredicatedNew = 0;
91 let TSFlags{12} = isPredicatedNew;
186 let PNewValue = !if(isPredicatedNew, "new", "");
300 bits<1> isPredicatedNew = 0;
301 let TSFlags{9} = isPredicatedNew;
DHexagonDepInstrInfo.td648 let isPredicatedNew = 1;
684 let isPredicatedNew = 1;
723 let isPredicatedNew = 1;
759 let isPredicatedNew = 1;
790 let isPredicatedNew = 1;
817 let isPredicatedNew = 1;
846 let isPredicatedNew = 1;
873 let isPredicatedNew = 1;
902 let isPredicatedNew = 1;
929 let isPredicatedNew = 1;
[all …]
DHexagonInstrInfo.h384 bool isPredicatedNew(const MachineInstr &MI) const;
385 bool isPredicatedNew(unsigned Opcode) const;
DHexagonInstrInfo.cpp2163 if (isNewValueInst(MI) || (isPredicated(MI) && isPredicatedNew(MI))) in isDotNewInst()
2468 bool HexagonInstrInfo::isPredicatedNew(const MachineInstr &MI) const { in isPredicatedNew() function in HexagonInstrInfo
2474 bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const { in isPredicatedNew() function in HexagonInstrInfo
2507 (isPredicatedNew(Opcode) || isNewValue(Opcode))); in isPredictedTaken()
3767 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form in getDotOldOp()
4561 if (EnableBranchPrediction && isPredicatedNew(MI)) { in invertAndChangeJumpTarget()
DHexagonPseudo.td283 let isPredicatedNew = isPredNew;
DHexagonVLIWPacketizer.cpp1247 if (HII->isPredicated(MI) && HII->isPredicatedNew(MI) && HII->isJumpR(MI)) in hasControlDependence()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp74 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in initReg()
187 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in init()
DHexagonMCInstrInfo.h277 bool isPredicatedNew(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCInstrInfo.cpp735 bool HexagonMCInstrInfo::isPredicatedNew(MCInstrInfo const &MCII, in isPredicatedNew() function in HexagonMCInstrInfo