Searched refs:addPred (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 281 UseSU->addPred(Dep); in addPhysRegDataDeps() 315 DefSU->addPred(SDep(SU, Kind, /*Reg=*/*Alias)); in addPhysRegDeps() 320 DefSU->addPred(Dep); in addPhysRegDeps() 448 UseSU->addPred(Dep); in addVRegDefDeps() 490 DefSU->addPred(Dep); in addVRegDefDeps() 533 V2SU.SU->addPred(SDep(SU, SDep::Anti, Reg)); in addVRegUseDeps() 549 SUb->addPred(Dep); in addChainDependency() 880 ExitSU.addPred(Dep); in buildSchedGraph() 1208 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial()); in addEdge()
|
D | MachinePipeliner.cpp | 704 SU.addPred(Dep); in addLoopCarriedDependences() 714 SU.addPred(Dep); in addLoopCarriedDependences() 722 SU.addPred(Dep); in addLoopCarriedDependences() 729 SU.addPred(Dep); in addLoopCarriedDependences() 741 SU.addPred(Dep); in addLoopCarriedDependences() 785 I.addPred(Dep); in updatePhiDependences() 791 I.addPred(SDep(SU, SDep::Barrier)); in updatePhiDependences() 806 I.addPred(Dep); in updatePhiDependences() 812 I.addPred(SDep(SU, SDep::Barrier)); in updatePhiDependences() 893 LastSU->addPred(Dep); in changeDependences() [all …]
|
D | ScheduleDAG.cpp | 107 bool SUnit::addPred(const SDep &D, bool Required) { in addPred() function in SUnit
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSubtarget.cpp | 788 SUa->addPred(SDep(SI.getSUnit(), SDep::Artificial)); in apply() 794 SI.getSUnit()->addPred(SDep(&SU, SDep::Artificial)); in apply() 864 if (SU->addPred(SDep(From, SDep::Artificial), false)) in linkSALUChain() 870 SUv->addPred(SDep(SU, SDep::Artificial), false); in linkSALUChain()
|
D | SIMachineScheduler.h | 119 void addPred(SIScheduleBlock *Pred);
|
D | SIMachineScheduler.cpp | 537 void SIScheduleBlock::addPred(SIScheduleBlock *Pred) { in addPred() function in SIScheduleBlock 1248 CurrentBlocks[SUID]->addPred(CurrentBlocks[Node2CurrentBlock[Pred->NodeNum]]); in createBlocksForVariant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 380 bool addPred(const SDep &D, bool Required = true); 389 return addPred(Dep); in addPredBarrier()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 323 void addPred(BasicBlock *Pred) { Preds.push_back(Pred); } in addPred() function in __anon684c8f940111::BBState 1606 SuccStates.addPred(CurrBB); in ComputePostOrders() 1613 BBStates[SuccBB].addPred(CurrBB); in ComputePostOrders()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 304 S1.addPred(A, true); in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGFast.cpp | 89 SU->addPred(D); in AddPred()
|
D | ScheduleDAGSDNodes.cpp | 511 if (!SU->addPred(Dep) && !Dep.isCtrl() && OpSU->NumRegDefsLeft > 1) { in AddSchedEdges()
|
D | ScheduleDAGRRList.cpp | 227 SU->addPred(D); in AddPredQueued() 235 SU->addPred(D); in AddPred()
|