Searched refs:isPredicatedNew (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h383 bool isPredicatedNew(const MachineInstr &MI) const;
384 bool isPredicatedNew(unsigned Opcode) const;
H A DHexagonInstrInfo.cpp2135 if (isNewValueInst(MI) || (isPredicated(MI) && isPredicatedNew(MI)))
2440 bool HexagonInstrInfo::isPredicatedNew(const MachineInstr &MI) const { function in class:HexagonInstrInfo
2446 bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const { function in class:HexagonInstrInfo
2479 (isPredicatedNew(Opcode) || isNewValue(Opcode)));
3675 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form
4380 if (EnableBranchPrediction && isPredicatedNew(MI)) {
H A DHexagonVLIWPacketizer.cpp1240 if (HII->isPredicated(MI) && HII->isPredicatedNew(MI) && HII->isJumpR(MI))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h268 bool isPredicatedNew(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCChecker.cpp74 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI))
181 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI))
H A DHexagonMCInstrInfo.cpp645 bool HexagonMCInstrInfo::isPredicatedNew(MCInstrInfo const &MCII, function in class:HexagonMCInstrInfo

Completed in 167 milliseconds