Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp343 if (D->getDirection(Level) == Dependence::DVEntry::EQ) in createMemoryDependencyEdges()
345 else if (D->getDirection(Level) == Dependence::DVEntry::GT) { in createMemoryDependencyEdges()
350 } else if (D->getDirection(Level) == Dependence::DVEntry::LT) in createMemoryDependencyEdges()
H A DLoopInfo.cpp262 Direction D = getDirection(); in getCanonicalPredicate()
274 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
H A DDependenceAnalysis.cpp269 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
619 unsigned Direction = getDirection(II); in dump()
3870 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) { in depends()
3881 if (Result.getDirection(II) != Dependence::DVEntry::EQ) { in depends()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp660 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()
677 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()
736 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()
739 auto UnrollDirection = D->getDirection(UnrollLevel); in checkDependency()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h158 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
239 unsigned getDirection(unsigned Level) const override;
H A DLoopInfo.h704 Direction getDirection() const;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h745 PassDirection getDirection() const LLVM_READONLY { in getDirection() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp753 switch (C->getDirection()) { in visitParamCommandComment()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp155 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1634 switch (C->getDirection()) { in visitParamCommandComment()
H A DTextNodeDumper.cpp820 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()