Searched refs:DepType (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 305 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 D | HexagonVLIWPacketizer.h | 116 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 D | MemDepPrinter.cpp | 29 enum DepType { enum 38 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 146 DepType type = I.first.getInt(); in print()
|
| H A D | LoopAccessAnalysis.cpp | 1247 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 D | LoopAccessAnalysis.h | 110 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 D | MemoryDependenceAnalysis.h | 51 enum DepType { enum 119 DepType, PointerSumTypeMember<Invalid, Instruction *>,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 131 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix() 133 dbgs() << "Found " << DepType in populateDependencyMatrix()
|