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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp72 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI))
203 if (HexagonMCInstrInfo::isPredicatedNew(MCII, MCI))
288 HexagonMCInstrInfo::isPredicatedNew(MCII, MCI))
294 HexagonMCInstrInfo::isPredicatedNew(MCII, MCI)) {
H A DHexagonMCInstrInfo.h247 bool isPredicatedNew(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp563 bool HexagonMCInstrInfo::isPredicatedNew(MCInstrInfo const &MCII, function in class:llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h330 bool isPredicatedNew(const MachineInstr &MI) const;
331 bool isPredicatedNew(unsigned Opcode) const;
H A DHexagonInstrInfo.cpp1746 !isPredicatedNew(*MI));
2017 if (isNewValueInst(MI) || (isPredicated(*MI) && isPredicatedNew(*MI)))
2382 bool HexagonInstrInfo::isPredicatedNew(const MachineInstr &MI) const { function in class:HexagonInstrInfo
2389 bool HexagonInstrInfo::isPredicatedNew(unsigned Opcode) const { function in class:HexagonInstrInfo
2427 (isPredicatedNew(Opcode) || isNewValue(Opcode)));
3620 if (isPredicated(NewOp) && isPredicatedNew(NewOp)) { // Get predicate old form
4239 if (EnableBranchPrediction && isPredicatedNew(*MI)) {
H A DHexagonVLIWPacketizer.cpp1094 if (HII->isPredicated(*MI) && HII->isPredicatedNew(*MI) && HII->isJumpR(MI))

Completed in 90 milliseconds