Home
last modified time | relevance | path

Searched refs:getDirection (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp342 if (D->getDirection(Level) == Dependence::DVEntry::EQ) in createMemoryDependencyEdges()
344 else if (D->getDirection(Level) == Dependence::DVEntry::GT) { in createMemoryDependencyEdges()
349 } else if (D->getDirection(Level) == Dependence::DVEntry::LT) in createMemoryDependencyEdges()
H A DLoopInfo.cpp263 Direction D = getDirection(); in getCanonicalPredicate()
275 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
H A DDependenceAnalysis.cpp198 D->getDirection(Level) == Dependence::DVEntry::EQ; in dumpExampleDependence()
353 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
703 unsigned Direction = getDirection(II); in dump()
4012 if (Result.getDirection(II) == Dependence::DVEntry::EQ) { in depends()
4025 assert(Result.getDirection(II) == Dependence::DVEntry::EQ && in depends()
4035 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) { in depends()
4046 if (Result.getDirection(II) != Dependence::DVEntry::EQ) { in depends()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp655 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()
672 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()
731 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()
734 auto UnrollDirection = D->getDirection(UnrollLevel); in checkDependency()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
257 unsigned getDirection(unsigned Level) const override;
H A DLoopInfo.h219 LLVM_ABI Direction getDirection() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp204 switch (Bounds->getDirection()) { in run()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp765 switch (C->getDirection()) { in visitParamCommandComment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp201 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1811 switch (C->getDirection()) { in visitParamCommandComment()
H A DTextNodeDumper.cpp1183 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()