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.h162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function
261 const SCEV *getDistance(unsigned Level) const override;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2085 IE.getDistance() * MII)); in computeNodeFunctions()
2107 OE.getDistance() * MII)); in computeNodeFunctions()
2225 if (IE.isAntiDep() && IE.getDistance() == 0) in computePath()
3270 int EarlyStart = cycle + IE.getLatency() - IE.getDistance() * II; in computeStart()
3283 int LateStart = cycle - OE.getLatency() + OE.getDistance() * II; in computeStart()
3516 if (OE.getDistance() == 1) in computeUnpipelineableNodes()
3540 if (IE.getDistance() == 0) in normalizeNonPipelinedInstructions()
3546 if (OE.getDistance() == 1) in normalizeNonPipelinedInstructions()
4261 int MaxLateStart = CycleDst + Edge.getDistance() * II - Edge.getLatency(); in isValidSchedule()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
H A DDependenceAnalysis.cpp195 const SCEV *Distance = D->getDistance(Level); in dumpExampleDependence()
360 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence
697 const SCEV *Distance = getDistance(II); in dump()
4023 const SCEV *Distance = Result.getDistance(II); in depends()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h163 unsigned getDistance() const { return Distance; } in getDistance() function