Home
last modified time | relevance | path

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/
DScheduleDAGInstrs.cpp281 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()
DMachinePipeliner.cpp704 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 …]
DScheduleDAG.cpp107 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/
DAMDGPUSubtarget.cpp788 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()
DSIMachineScheduler.h119 void addPred(SIScheduleBlock *Pred);
DSIMachineScheduler.cpp537 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/
DScheduleDAG.h380 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/
DObjCARCOpts.cpp323 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/
DHexagonSubtarget.cpp304 S1.addPred(A, true); in apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp89 SU->addPred(D); in AddPred()
DScheduleDAGSDNodes.cpp511 if (!SU->addPred(Dep) && !Dep.isCtrl() && OpSU->NumRegDefsLeft > 1) { in AddSchedEdges()
DScheduleDAGRRList.cpp227 SU->addPred(D); in AddPredQueued()
235 SU->addPred(D); in AddPred()