Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp319 if (DepType == SDep::Data) { in isCallDependent()
329 return DepType == SDep::Data || DepType == SDep::Anti || in isRegDependence()
330 DepType == SDep::Output; in isRegDependence()
380 assert(DepType == SDep::Data); in promoteToDotCur()
462 assert(DepType == SDep::Data); in promoteToDotNew()
1428 if (DepType == SDep::Data) { in isLegalToPacketizeTogether()
1440 if (DepType == SDep::Data) { in isLegalToPacketizeTogether()
1453 if (DepType == SDep::Data) { in isLegalToPacketizeTogether()
1494 DepType == SDep::Order) in isLegalToPacketizeTogether()
1500 DepType != SDep::Output) in isLegalToPacketizeTogether()
[all …]
H A DHexagonVLIWPacketizer.h116 bool isCallDependent(const MachineInstr &MI, SDep::Kind DepType,
118 bool promoteToDotCur(MachineInstr &MI, SDep::Kind DepType,
126 bool promoteToDotNew(MachineInstr &MI, SDep::Kind DepType,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemDepPrinter.cpp29 enum DepType { enum
38 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
146 DepType type = I.first.getInt(); in print()
H A DLoopAccessAnalysis.cpp1266 MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization()
1471 MemoryDepChecker::Dependence::DepType
1710 Dependence::DepType Type = in areDepsSafe()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h110 enum DepType { enum
145 DepType Type;
147 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence()
156 static VectorizationSafetyStatus isSafeForVectorization(DepType Type);
319 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
H A DMemoryDependenceAnalysis.h38 enum DepType { enum
106 DepType, PointerSumTypeMember<Invalid, Instruction *>,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp131 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix()
133 dbgs() << "Found " << DepType in populateDependencyMatrix()