Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp364 const SUnit *PacketSU, unsigned DepReg, MachineBasicBlock::iterator &MII, in canPromoteToDotCur() argument
379 if (PacketSU->getInstr()->isInlineAsm()) in canPromoteToDotCur()
546 SUnit *PacketSU = MIToSUnit.find(I)->second; in canPromoteToNewValueStore() local
547 if (PacketSU->getInstr()->mayStore()) in canPromoteToNewValueStore()
692 const SUnit *PacketSU, unsigned DepReg, in canPromoteToNewValue() argument
698 MachineInstr *PacketMI = PacketSU->getInstr(); in canPromoteToNewValue()
720 const SUnit *PacketSU, unsigned DepReg, MachineBasicBlock::iterator &MII, in canPromoteToDotNew() argument
729 const MachineInstr *PI = PacketSU->getInstr(); in canPromoteToDotNew()
771 if (!canPromoteToNewValue(MI, PacketSU, DepReg, MII)) in canPromoteToDotNew()
800 SUnit *PacketSU = MIToSUnit.find(I)->second; in restrictingDepExistInPacket() local
[all …]
DHexagonVLIWPacketizer.h80 bool canPromoteToDotCur(const MachineInstr* MI, const SUnit* PacketSU,
88 bool canPromoteToDotNew(const MachineInstr* MI, const SUnit* PacketSU,
91 bool canPromoteToNewValue(const MachineInstr* MI, const SUnit* PacketSU,