Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp305 SDep::Kind DepType, unsigned DepReg) { in isCallDependent() argument
319 if (DepType == SDep::Data) { in isCallDependent()
328 static bool isRegDependence(const SDep::Kind DepType) { in isRegDependence() argument
329 return DepType == SDep::Data || DepType == SDep::Anti || in isRegDependence()
330 DepType == SDep::Output; in isRegDependence()
378 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotCur() argument
380 assert(DepType == SDep::Data); in promoteToDotCur()
460 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotNew() argument
462 assert(DepType == SDep::Data); in promoteToDotNew()
1410 SDep::Kind DepType = SUJ->Succs[i].getKind(); in isLegalToPacketizeTogether() local
[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,
/netbsd-src/external/apache2/llvm/dist/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.cpp1247 MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization()
1452 MemoryDepChecker::Dependence::DepType
1690 Dependence::DepType Type = in areDepsSafe()
/netbsd-src/external/apache2/llvm/dist/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.h51 enum DepType { enum
119 DepType, PointerSumTypeMember<Invalid, Instruction *>,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp131 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix()
133 dbgs() << "Found " << DepType in populateDependencyMatrix()