Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp367 const SUnit *PacketSU, unsigned DepReg, MachineBasicBlock::iterator &MII, in canPromoteToDotCur() argument
382 if (PacketSU->getInstr()->isInlineAsm()) in canPromoteToDotCur()
552 SUnit *PacketSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() local
553 if (PacketSU->getInstr()->mayStore()) in canPromoteToNewValueStore()
698 const SUnit *PacketSU, unsigned DepReg, in canPromoteToNewValue() argument
704 MachineInstr *PacketMI = PacketSU->getInstr(); in canPromoteToNewValue()
726 const SUnit *PacketSU, unsigned DepReg, MachineBasicBlock::iterator &MII, in canPromoteToDotNew() argument
735 const MachineInstr *PI = PacketSU->getInstr(); in canPromoteToDotNew()
777 if (!canPromoteToNewValue(MI, PacketSU, DepReg, MII)) in canPromoteToDotNew()
806 SUnit *PacketSU = MIToSUnit.find(I)->second; in restrictingDepExistInPacket() local
[all …]
DHexagonVLIWPacketizer.h81 bool canPromoteToDotCur(const MachineInstr* MI, const SUnit* PacketSU,
89 bool canPromoteToDotNew(const MachineInstr* MI, const SUnit* PacketSU,
92 bool canPromoteToNewValue(const MachineInstr* MI, const SUnit* PacketSU,