Searched refs:DepType (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 317 if (DepType == SDep::Data) { in isCallDependent() 327 return DepType == SDep::Data || DepType == SDep::Anti || in isRegDependence() 328 DepType == SDep::Output; in isRegDependence() 378 assert(DepType == SDep::Data); in promoteToDotCur() 460 assert(DepType == SDep::Data); in promoteToDotNew() 1434 if (DepType == SDep::Data) { in isLegalToPacketizeTogether() 1446 if (DepType == SDep::Data) { in isLegalToPacketizeTogether() 1459 if (DepType == SDep::Data) { in isLegalToPacketizeTogether() 1500 DepType == SDep::Order) in isLegalToPacketizeTogether() 1506 DepType != SDep::Output) in isLegalToPacketizeTogether() [all …]
|
| H A D | HexagonVLIWPacketizer.h | 119 bool isCallDependent(const MachineInstr &MI, SDep::Kind DepType, 121 bool promoteToDotCur(MachineInstr &MI, SDep::Kind DepType, 129 bool promoteToDotNew(MachineInstr &MI, SDep::Kind DepType,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemDepPrinter.cpp | 28 enum DepType { enum 37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 145 DepType type = I.first.getInt(); in print()
|
| H A D | LoopAccessAnalysis.cpp | 1570 MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization() 1775 MemoryDepChecker::Dependence::DepType 2016 Dependence::DepType Type = in areDepsSafe()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 109 enum DepType { enum 144 DepType Type; 146 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() 155 static VectorizationSafetyStatus isSafeForVectorization(DepType Type); 316 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
| H A D | MemoryDependenceAnalysis.h | 39 enum DepType { enum 107 DepType, PointerSumTypeMember<Invalid, Instruction *>,
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | archetypes.h | 24 struct DepType : T {}; struct
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 128 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix() 130 dbgs() << "Found " << DepType in populateDependencyMatrix()
|