Home
last modified time | relevance | path

Searched refs:DepType (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp317 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 DHexagonVLIWPacketizer.h119 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 DMemDepPrinter.cpp28 enum DepType { enum
37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
145 DepType type = I.first.getInt(); in print()
H A DLoopAccessAnalysis.cpp1570 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 DLoopAccessAnalysis.h109 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 DMemoryDependenceAnalysis.h39 enum DepType { enum
107 DepType, PointerSumTypeMember<Invalid, Instruction *>,
/llvm-project-15.0.7/libcxx/test/support/
H A Darchetypes.h24 struct DepType : T {}; struct
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp128 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix()
130 dbgs() << "Found " << DepType in populateDependencyMatrix()