Home
last modified time | relevance | path

Searched refs:isDotNewInst (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp616 HII->isDotNewInst(PacketMI) != HII->isDotNewInst(MI) || in canPromoteToNewValueStore()
723 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
901 HII->isDotNewInst(MI1) == HII->isDotNewInst(MI2); in arePredicatesComplements()
DHexagonInstrInfo.h275 bool isDotNewInst(const MachineInstr* MI) const;
DHexagonInstrInfo.cpp1765 bool HexagonInstrInfo::isDotNewInst(const MachineInstr* MI) const { in isDotNewInst() function in HexagonInstrInfo