Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMacroFusion.cpp163 SUnit &DepSU = *Dep.getSUnit(); in scheduleAdjacentImpl() local
164 if (DepSU.isBoundaryNode()) in scheduleAdjacentImpl()
167 const MachineInstr *DepMI = DepSU.getInstr(); in scheduleAdjacentImpl()
171 if (fuseInstructionPair(DAG, DepSU, AnchorSU)) in scheduleAdjacentImpl()
DMachineScheduler.cpp3150 SUnit *DepSU = Dep.getSUnit(); in reschedulePhysRegCopies() local
3151 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1) in reschedulePhysRegCopies()
3153 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysRegCopies()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3073 SUnit *DepSU = I->getSUnit(); in reschedulePhysRegCopies() local
3074 if (isTop ? DepSU->Succs.size() > 1 : DepSU->Preds.size() > 1) in reschedulePhysRegCopies()
3076 MachineInstr *Copy = DepSU->getInstr(); in reschedulePhysRegCopies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2820 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument
2838 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
2847 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2693 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument
2711 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
2720 scheduleDAG->IsReachable(DepSU, SuccPred.getSUnit())) in canClobberReachingPhysRegUse()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2627 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument
2649 scheduleDAG->IsReachable(DepSU, PI->getSUnit())) in canClobberReachingPhysRegUse()