Searched refs:DepType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 310 if (DepType == SDep::Data) { in isCallDependent() 320 return DepType == SDep::Data || DepType == SDep::Anti || in isRegDependence() 321 DepType == SDep::Output; in isRegDependence() 371 assert(DepType == SDep::Data); in promoteToDotCur() 453 assert(DepType == SDep::Data); in promoteToDotNew() 1420 if (DepType == SDep::Data) { in isLegalToPacketizeTogether() 1432 if (DepType == SDep::Data) { in isLegalToPacketizeTogether() 1445 if (DepType == SDep::Data) { in isLegalToPacketizeTogether() 1486 DepType == SDep::Order) in isLegalToPacketizeTogether() 1492 DepType != SDep::Output) in isLegalToPacketizeTogether() [all …]
|
| H A D | HexagonVLIWPacketizer.h | 111 bool isCallDependent(const MachineInstr &MI, SDep::Kind DepType, 113 bool promoteToDotCur(MachineInstr &MI, SDep::Kind DepType, 121 bool promoteToDotNew(MachineInstr &MI, SDep::Kind DepType,
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | MemDepPrinter.cpp | 26 enum DepType { enum 35 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 72 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair() 146 DepType type = I.first.getInt(); in print()
|
| H A D | LoopAccessAnalysis.cpp | 1225 MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization() 1430 MemoryDepChecker::Dependence::DepType 1660 Dependence::DepType Type = in areDepsSafe()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 116 enum DepType { enum 151 DepType Type; 153 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() 162 static VectorizationSafetyStatus isSafeForVectorization(DepType Type); 316 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
| H A D | MemoryDependenceAnalysis.h | 51 enum DepType { enum 119 DepType, PointerSumTypeMember<Invalid, Instruction *>,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 128 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix() 130 dbgs() << "Found " << DepType in populateDependencyMatrix()
|