Searched refs:DepType (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVLIWPacketizer.cpp | 303 SDep::Kind DepType, unsigned DepReg) { in isCallDependent() argument 317 if (DepType == SDep::Data) { in isCallDependent() 326 static bool isRegDependence(const SDep::Kind DepType) { in isRegDependence() argument 327 return DepType == SDep::Data || DepType == SDep::Anti || in isRegDependence() 328 DepType == SDep::Output; in isRegDependence() 376 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotCur() argument 378 assert(DepType == SDep::Data); in promoteToDotCur() 458 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotNew() argument 460 assert(DepType == SDep::Data); in promoteToDotNew() 1416 SDep::Kind DepType = SUJ->Succs[i].getKind(); in isLegalToPacketizeTogether() local [all …]
|
| H A D | HexagonVLIWPacketizer.h | 119 bool isCallDependent(const MachineInstr &MI, SDep::Kind DepType, 121 bool promoteToDotCur(MachineInstr &MI, SDep::Kind DepType, 129 bool promoteToDotNew(MachineInstr &MI, SDep::Kind DepType,
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemDepPrinter.cpp | 28 enum DepType { enum 37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair; 145 DepType type = I.first.getInt(); in print()
|
| H A D | LoopAccessAnalysis.cpp | 1625 MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization() 1830 MemoryDepChecker::Dependence::DepType 2070 Dependence::DepType Type = in areDepsSafe()
|
| /openbsd-src/gnu/llvm/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); 317 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
| H A D | MemoryDependenceAnalysis.h | 38 enum DepType { enum 111 DepType, PointerSumTypeMember<Invalid, Instruction *>,
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 134 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix() 136 dbgs() << "Found " << DepType in populateDependencyMatrix()
|