Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp622 HII->isDotNewInst(PacketMI) != HII->isDotNewInst(MI) || in canPromoteToNewValueStore()
729 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
907 HII->isDotNewInst(&MI1) == HII->isDotNewInst(&MI2); in arePredicatesComplements()
DHexagonInstrInfo.h301 bool isDotNewInst(const MachineInstr* MI) const;
DHexagonInstrInfo.cpp2016 bool HexagonInstrInfo::isDotNewInst(const MachineInstr* MI) const { in isDotNewInst() function in HexagonInstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp733 HII->isDotNewInst(PacketMI) != HII->isDotNewInst(MI) || in canPromoteToNewValueStore()
848 if (HII->isDotNewInst(MI) && !HII->mayBeNewStore(MI)) in canPromoteToDotNew()
1023 HII->isDotNewInst(MI1) == HII->isDotNewInst(MI2); in arePredicatesComplements()
DHexagonInstrInfo.h364 bool isDotNewInst(const MachineInstr &MI) const;
DHexagonInstrInfo.cpp2079 bool HexagonInstrInfo::isDotNewInst(const MachineInstr &MI) const { in isDotNewInst() function in HexagonInstrInfo