Home
last modified time | relevance | path

Searched refs:getDistance (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h159 /// getDistance - Returns the distance (or NULL) associated with a
161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function
252 /// getDistance - Returns the distance (or NULL) associated with a
254 const SCEV *getDistance(unsigned Level) const override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1898 getDistance(pred, SU, P) * MII)); in computeNodeFunctions()
1920 getDistance(SU, succ, S) * MII)); in computeNodeFunctions()
2933 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
2941 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart()
2957 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart()
2965 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h267 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
H A DDependenceAnalysis.cpp341 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence
678 const SCEV *Distance = getDistance(II); in dump()