Home
last modified time | relevance | path

Searched refs:hasDependence (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/mlir/include/mlir/Analysis/
DAffineAnalysis.h120 inline bool hasDependence(DependenceResult result) { in hasDependence() function
/external/llvm-project/mlir/test/lib/Transforms/
DTestMemRefDependenceCheck.cpp87 bool ret = hasDependence(result); in checkDependences()
/external/llvm-project/mlir/lib/Transforms/
DMemRefDataFlowOpt.cpp123 if (hasDependence(result)) in forwardStoreToLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp68 static bool hasDependence(const SUnit *SUd, const SUnit *SUu, in hasDependence() function
127 if (hasDependence(Packet[i], SU, QII)) in isResourceAvailable()
131 if (hasDependence(SU, Packet[i], QII)) in isResourceAvailable()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp68 static bool hasDependence(const SUnit *SUd, const SUnit *SUu, in hasDependence() function
127 if (hasDependence(Packet[i], SU, QII)) in isResourceAvailable()
131 if (hasDependence(SU, Packet[i], QII)) in isResourceAvailable()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp246 if (hasDependence(result)) { in getMaxLoopDepth()
DLoopUtils.cpp464 if (!hasDependence(result)) in checkTilingLegalityImpl()
/external/llvm-project/mlir/lib/Analysis/
DAffineAnalysis.cpp977 if (hasDependence(result)) in getDependenceComponents()