Searched refs:getDistance (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceAnalysis.h | 161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function 254 const SCEV *getDistance(unsigned Level) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachinePipeliner.cpp | 1838 getDistance(pred, SU, P) * MII)); in computeNodeFunctions() 1860 getDistance(SU, succ, S) * MII)); in computeNodeFunctions() 2877 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart() 2885 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart() 2901 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart() 2909 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePipeliner.h | 262 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
|
| H A D | DependenceAnalysis.cpp | 341 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence 678 const SCEV *Distance = getDistance(II); in dump()
|