Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp303 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 DHexagonVLIWPacketizer.h119 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 DMemDepPrinter.cpp28 enum DepType { enum
37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
145 DepType type = I.first.getInt(); in print()
H A DLoopAccessAnalysis.cpp1625 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 DLoopAccessAnalysis.h110 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 DMemoryDependenceAnalysis.h38 enum DepType { enum
111 DepType, PointerSumTypeMember<Invalid, Instruction *>,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp134 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix()
136 dbgs() << "Found " << DepType in populateDependencyMatrix()