Searched refs:PacketSU (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 364 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 …]
|
D | HexagonVLIWPacketizer.h | 80 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,
|