| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | LoopInfoTest.cpp | 284 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 D | DependenceGraphBuilder.cpp | 344 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 D | LoopInfo.cpp | 258 Direction D = getDirection(); in getCanonicalPredicate() 270 Direction Loop::LoopBounds::getDirection() const { in getDirection() function in Loop::LoopBounds
|
| H A D | DependenceAnalysis.cpp | 271 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 D | LoopUnrollAndJam.cpp | 658 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 D | DependenceAnalysis.h | 155 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection() function 236 unsigned getDirection(unsigned Level) const override;
|
| H A D | LoopInfo.h | 723 Direction getDirection() const;
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXComment.cpp | 298 switch (PCC->getDirection()) { in clang_ParamCommandComment_getDirection()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 199 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 D | Comment.h | 728 PassDirection getDirection() const LLVM_READONLY { in getDirection() function
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Serialize.cpp | 138 ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 753 switch (C->getDirection()) { in visitParamCommandComment()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 152 unsigned Dir = D->getDirection(II); in populateDependencyMatrix()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1643 switch (C->getDirection()) { in visitParamCommandComment()
|
| H A D | TextNodeDumper.cpp | 822 << comments::ParamCommandComment::getDirectionAsString(C->getDirection()); in visitParamCommandComment()
|