Home
last modified time | relevance | path

Searched defs:DepMatrix (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp77 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
86 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
185 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()
197 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
210 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
220 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
258 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
954 CharMatrix &DepMatrix) { in canInterchangeLoops()
1085 CharMatrix &DepMatrix) { in isProfitableForVectorization()
1104 CharMatrix &DepMatrix) { in isProfitable()
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp63 void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
73 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
186 static void interChangeDepedencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDepedencies()
198 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
211 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
221 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
261 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
851 CharMatrix &DepMatrix) { in canInterchangeLoops()
951 CharMatrix &DepMatrix) { in isProfitabileForVectorization()
970 CharMatrix &DepMatrix) { in isProfitable()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp79 static void printDepMatrix(CharMatrix &DepMatrix) { in printDepMatrix()
88 static bool populateDependencyMatrix(CharMatrix &DepMatrix, unsigned Level, in populateDependencyMatrix()
187 static void interChangeDependencies(CharMatrix &DepMatrix, unsigned FromIndx, in interChangeDependencies()
199 static bool isOuterMostDepPositive(CharMatrix &DepMatrix, unsigned Row, in isOuterMostDepPositive()
212 static bool containsNoDependence(CharMatrix &DepMatrix, unsigned Row, in containsNoDependence()
222 static bool validDepInterchange(CharMatrix &DepMatrix, unsigned Row, in validDepInterchange()
260 static bool isLegalToInterChangeLoops(CharMatrix &DepMatrix, in isLegalToInterChangeLoops()
952 CharMatrix &DepMatrix) { in canInterchangeLoops()
1087 CharMatrix &DepMatrix) { in isProfitableForVectorization()
1106 CharMatrix &DepMatrix) { in isProfitable()