Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp408 const SUnit *PacketSU, unsigned DepReg, MachineBasicBlock::iterator &MII, in canPromoteToDotCur() argument
423 if (PacketSU->getInstr()->isInlineAsm()) in canPromoteToDotCur()
673 SUnit *PacketSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() local
674 if (PacketSU->getInstr()->mayStore()) in canPromoteToNewValueStore()
821 const SUnit *PacketSU, unsigned DepReg, in canPromoteToNewValue() argument
827 MachineInstr &PacketMI = *PacketSU->getInstr(); in canPromoteToNewValue()
851 const SUnit *PacketSU, unsigned DepReg, MachineBasicBlock::iterator &MII, in canPromoteToDotNew() argument
860 const MachineInstr &PI = *PacketSU->getInstr(); in canPromoteToDotNew()
901 if (!canPromoteToNewValue(MI, PacketSU, DepReg, MII)) in canPromoteToDotNew()
930 SUnit *PacketSU = MIToSUnit.find(I)->second; in restrictingDepExistInPacket() local
[all …]
H A DHexagonVLIWPacketizer.h124 bool canPromoteToDotCur(const MachineInstr &MI, const SUnit *PacketSU,
132 bool canPromoteToDotNew(const MachineInstr &MI, const SUnit *PacketSU,
135 bool canPromoteToNewValue(const MachineInstr &MI, const SUnit *PacketSU,