Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td90 bits<1> isPredicatedNew = 0;
91 let TSFlags{12} = isPredicatedNew;
192 let PNewValue = !if(isPredicatedNew, "new", "");
305 bits<1> isPredicatedNew = 0;
306 let TSFlags{9} = isPredicatedNew;
H A 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 …]
H A DHexagonInstrInfo.h389 bool isPredicatedNew(const MachineInstr &MI) const;
390 bool isPredicatedNew(unsigned Opcode) const;
H A DHexagonInstrInfo.cpp2249 if (isNewValueInst(MI) || (isPredicated(MI) && isPredicatedNew(MI))) in isDotNewInst()
2508 bool HexagonInstrInfo::isPredicatedNew(const MachineInstr &MI) const { in isPredicatedNew() function in HexagonInstrInfo
2514 bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const { in isPredicatedNew() function in HexagonInstrInfo
2547 (isPredicatedNew(Opcode) || isNewValue(Opcode))); in isPredictedTaken()
3842 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form in getDotOldOp()
4639 if (EnableBranchPrediction && isPredicatedNew(MI)) { in invertAndChangeJumpTarget()
H A DHexagonPseudo.td305 let isPredicatedNew = isPredNew;
H A DHexagonVLIWPacketizer.cpp1253 if (HII->isPredicated(MI) && HII->isPredicatedNew(MI) && HII->isJumpR(MI)) in hasControlDependence()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp77 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in initReg()
191 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) in init()
H A DHexagonMCInstrInfo.h286 bool isPredicatedNew(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp742 bool HexagonMCInstrInfo::isPredicatedNew(MCInstrInfo const &MCII, in isPredicatedNew() function in HexagonMCInstrInfo