Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
3860 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) { in depends()
3871 if (Result.getDirection(II) != Dependence::DVEntry::EQ) { in depends()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp663 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()
680 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()
739 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()
742 auto UnrollDirection = D->getDirection(UnrollLevel); in checkDependency()
/netbsd-src/external/apache2/llvm/dist/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.h701 Direction getDirection() const;
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp298 switch (PCC->getDirection()) { in clang_ParamCommandComment_getDirection()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h745 PassDirection getDirection() const LLVM_READONLY { in getDirection() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp753 switch (C->getDirection()) { in visitParamCommandComment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp155 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1583 switch (C->getDirection()) { in visitParamCommandComment()
H A DTextNodeDumper.cpp779 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()