Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp148 bool CanPromoteToDotNew(MachineInstr *MI, SUnit *PacketSU, unsigned DepReg,
153 CanPromoteToNewValue(MachineInstr *MI, SUnit *PacketSU, unsigned DepReg,
560 SUnit *PacketSU = MIToSUnit.find(*VI)->second; in CanPromoteToNewValueStore() local
561 if (PacketSU->getInstr()->getDesc().mayStore() || in CanPromoteToNewValueStore()
564 PacketSU->getInstr()->getOpcode() == Hexagon::S2_allocframe || in CanPromoteToNewValueStore()
565 PacketSU->getInstr()->getOpcode() == Hexagon::L2_deallocframe) in CanPromoteToNewValueStore()
717 MachineInstr *MI, SUnit *PacketSU, unsigned DepReg, in CanPromoteToNewValue() argument
725 MachineInstr *PacketMI = PacketSU->getInstr(); in CanPromoteToNewValue()
742 MachineInstr *MI, SUnit *PacketSU, unsigned DepReg, in CanPromoteToDotNew() argument
775 if (!CanPromoteToNewValue(MI, PacketSU, DepReg, MIToSUnit, MII)) { in CanPromoteToDotNew()
[all …]