Searched refs:isPredicatedNew (Results 1 – 9 of 9) sorted by relevance
90 bits<1> isPredicatedNew = 0;91 let TSFlags{12} = isPredicatedNew;183 let PNewValue = !if(isPredicatedNew, "new", "");296 bits<1> isPredicatedNew = 0;297 let TSFlags{9} = isPredicatedNew;
648 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 …]
388 bool isPredicatedNew(const MachineInstr &MI) const;389 bool isPredicatedNew(unsigned Opcode) const;
2242 if (isNewValueInst(MI) || (isPredicated(MI) && isPredicatedNew(MI))) in isDotNewInst()2501 bool HexagonInstrInfo::isPredicatedNew(const MachineInstr &MI) const { in isPredicatedNew() function in HexagonInstrInfo2507 bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const { in isPredicatedNew() function in HexagonInstrInfo2540 (isPredicatedNew(Opcode) || isNewValue(Opcode))); in isPredictedTaken()3835 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form in getDotOldOp()4632 if (EnableBranchPrediction && isPredicatedNew(MI)) { in invertAndChangeJumpTarget()
305 let isPredicatedNew = isPredNew;
1253 if (HII->isPredicated(MI) && HII->isPredicatedNew(MI) && HII->isJumpR(MI)) in hasControlDependence()
77 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in initReg()194 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in init()
287 bool isPredicatedNew(MCInstrInfo const &MCII, MCInst const &MCI);
742 bool HexagonMCInstrInfo::isPredicatedNew(MCInstrInfo const &MCII, in isPredicatedNew() function in HexagonMCInstrInfo