Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp284 EXPECT_EQ(Bounds->getDirection(), in TEST()
343 EXPECT_EQ(Bounds->getDirection(), in TEST()
402 EXPECT_EQ(Bounds->getDirection(), in TEST()
461 EXPECT_EQ(Bounds->getDirection(), in TEST()
520 EXPECT_EQ(Bounds->getDirection(), in TEST()
580 EXPECT_EQ(Bounds->getDirection(), in TEST()
695 EXPECT_EQ(Bounds->getDirection(), in TEST()
754 EXPECT_EQ(Bounds->getDirection(), in TEST()
874 EXPECT_EQ(Bounds->getDirection(), in TEST()
935 EXPECT_EQ(Bounds->getDirection(), in TEST()
[all …]
/llvm-project-15.0.7/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.cpp258 Direction D = getDirection(); in getCanonicalPredicate()
270 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
H A DDependenceAnalysis.cpp271 unsigned FullDependence::getDirection(unsigned Level) const { in getDirection() function in FullDependence
621 unsigned Direction = getDirection(II); in dump()
3891 if (!(Result.getDirection(II) & Dependence::DVEntry::EQ)) { in depends()
3902 if (Result.getDirection(II) != Dependence::DVEntry::EQ) { in depends()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp658 auto JammedDir = D->getDirection(CurLoopDepth); in preservesForwardDependence()
675 auto JammedDir = D->getDirection(CurLoopDepth); in preservesBackwardDependence()
734 if (!(D->getDirection(CurLoopDepth) & Dependence::DVEntry::EQ)) in checkDependency()
737 auto UnrollDirection = D->getDirection(UnrollLevel); in checkDependency()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h155 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function
236 unsigned getDirection(unsigned Level) const override;
H A DLoopInfo.h723 Direction getDirection() const;
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp298 switch (PCC->getDirection()) { in clang_ParamCommandComment_getDirection()
/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp199 if (PCC->getDirection() != Direction) in HasParamCommandAt()
201 << "ParamCommandComment has direction " << PCC->getDirection() << ", " in HasParamCommandAt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComment.h728 PassDirection getDirection() const LLVM_READONLY { in getDirection() function
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp138 ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp753 switch (C->getDirection()) { in visitParamCommandComment()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp152 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1643 switch (C->getDirection()) { in visitParamCommandComment()
H A DTextNodeDumper.cpp822 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()