Searched refs:DepSU (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MacroFusion.cpp | 163 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()
|
D | MachineScheduler.cpp | 3150 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/ |
D | MachineScheduler.cpp | 3073 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/ |
D | ScheduleDAGRRList.cpp | 2820 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/ |
D | ScheduleDAGRRList.cpp | 2693 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/ |
D | ScheduleDAGRRList.cpp | 2627 static bool canClobberReachingPhysRegUse(const SUnit *DepSU, const SUnit *SU, in canClobberReachingPhysRegUse() argument 2649 scheduleDAG->IsReachable(DepSU, PI->getSUnit())) in canClobberReachingPhysRegUse()
|