Home
last modified time | relevance | path

Searched refs:TempMI (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyHoisting.cpp152 MachineInstr *TempMI = II.getSecond(); in addMItoCopyList() local
153 LLVM_DEBUG(dbgs() << "\tIn the list: " << TempMI << "\n"); in addMItoCopyList()
210 MachineInstr *TempMI = II.getSecond(); in analyzeCopy() local
211 LLVM_DEBUG(dbgs() << "\tIn the list: " << TempMI << "\n"); in analyzeCopy()
H A DHexagonVLIWPacketizer.cpp760 MachineInstr &TempMI = *TempSU->getInstr(); in canPromoteToNewValueStore() local
765 if (&TempMI != &PacketMI && !StartCheck) // Start processing only after in canPromoteToNewValueStore()
769 if (&TempMI == &PacketMI) // We don't want to check PacketMI for dependence. in canPromoteToNewValueStore()