Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp344 if (D->getDirection(Level) == Dependence::DVEntry::EQ) in createMemoryDependencyEdges()
346 else if (D->getDirection(Level) == Dependence::DVEntry::GT) { in createMemoryDependencyEdges()
351 } 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.cpp334 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
684 unsigned Direction = getDirection(II); in dump()
3954 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) { in depends()
3965 if (Result.getDirection(II) != Dependence::DVEntry::EQ) { in depends()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp653 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()
670 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()
729 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()
732 auto UnrollDirection = D->getDirection(UnrollLevel); in checkDependency()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
250 unsigned getDirection(unsigned Level) const override;
H A DLoopInfo.h726 Direction getDirection() const;
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp298 switch (PCC->getDirection()) { in clang_ParamCommandComment_getDirection()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h728 PassDirection getDirection() const LLVM_READONLY { in getDirection() function
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp753 switch (C->getDirection()) { in visitParamCommandComment()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp146 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1675 switch (C->getDirection()) { in visitParamCommandComment()
H A DTextNodeDumper.cpp822 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()