Searched defs:loopDepth (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestLoopFusion.cpp | 55 unsigned i, unsigned j, unsigned loopDepth, in testDependenceCheck() 107 unsigned i, unsigned j, unsigned loopDepth, in testSliceComputation() 126 unsigned loopDepth, in testLoopFusionTransformation() 152 for (unsigned loopDepth = 0, end = depthToLoops.size(); loopDepth < end; in iterateLoops() local
|
D | TestLoopUnrolling.cpp | 61 Option<unsigned> loopDepth{*this, "loop-depth", llvm::cl::desc("Loop depth."), member in __anon019d91810111::TestLoopUnrollingPass
|
/external/swiftshader/src/Shader/ |
D | PixelProgram.hpp | 55 Int loopDepth; // FIXME: Add support for switch member in sw::PixelProgram
|
D | VertexProgram.hpp | 50 Int loopDepth; member in sw::VertexProgram
|
/external/llvm-project/mlir/lib/Analysis/ |
D | Utils.cpp | 235 LogicalResult MemRefRegion::compute(Operation *op, unsigned loopDepth, in compute() 581 unsigned loopDepth = 0; in getInnermostCommonLoopDepth() local 600 unsigned loopDepth, in computeSliceUnion() 759 FlatAffineConstraints *dependenceConstraints, unsigned loopDepth, in getComputationSliceState()
|
D | AffineAnalysis.cpp | 680 unsigned loopDepth, in addOrderingConstraints() 706 const FlatAffineConstraints &dstDomain, unsigned loopDepth, in computeDirectionVector() 861 unsigned loopDepth, FlatAffineConstraints *dependenceConstraints, in checkMemrefAccessDependence()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopFusionUtils.cpp | 222 unsigned loopDepth = getInnermostCommonLoopDepth(targetDstOps); in getMaxLoopDepth() local
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Fusion.cpp | 166 getShapeDefiningLoopRange(LinalgOp op, unsigned loopDepth, in getShapeDefiningLoopRange()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | LoopFusion.cpp | 1443 unsigned loopDepth = getNestingDepth(storeOp); in fuseProducerConsumerNodes() local
|