Home
last modified time | relevance | path

Searched refs:getUpperBoundOperands (Results 1 – 25 of 77) sorted by relevance

1234

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/LoopsToGPU/
H A DLoopsToGPU.cpp61 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
62 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
64 static SmallVector<Value, 1> getUpperBoundOperands(ForOp forOp) { in getUpperBoundOperands() function
106 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkLoopNestMappableImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp60 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
61 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
94 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp79 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
80 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
113 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp60 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
61 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
94 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp60 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
61 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
94 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp61 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
62 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
95 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp60 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
61 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
94 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp61 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
62 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
95 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/SCFToGPU/
H A DSCFToGPU.cpp61 static Operation::operand_range getUpperBoundOperands(AffineForOp forOp) { in getUpperBoundOperands() function
62 return forOp.getUpperBoundOperands(); in getUpperBoundOperands()
95 !areValuesDefinedAbove(getUpperBoundOperands(forOp), limit)) in checkAffineLoopNestMappableImpl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp141 forOp.getUpperBoundOperands()); in affineParallelize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp141 forOp.getUpperBoundOperands()); in affineParallelize()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp143 ValueRange upperBoundOperands = forOp.getUpperBoundOperands(); in affineParallelize()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp143 ValueRange upperBoundOperands = forOp.getUpperBoundOperands(); in affineParallelize()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/AffineOps/
H A DAffineOps.cpp1146 if (failed(verifyDimAndSymbolIdentifiers(op, op.getUpperBoundOperands(), in verify()
1340 printBound(op.getUpperBoundMapAttr(), op.getUpperBoundOperands(), "min", p); in print()
1360 lower ? forOp.getLowerBoundOperands() : forOp.getUpperBoundOperands(); in foldLoopBounds()
1402 SmallVector<Value, 4> ubOperands(forOp.getUpperBoundOperands()); in canonicalizeLoopBounds()
1469 auto ubOperands = getUpperBoundOperands(); in setLowerBound()
1533 AffineForOp::operand_range AffineForOp::getUpperBoundOperands() { in getUpperBoundOperands() function in AffineForOp
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1026 vecForOp.getUpperBoundOperands()); in createMask()
1029 vecForOp.getUpperBoundOperands()); in createMask()
1302 forOp.getUpperBoundOperands(), forOp.getUpperBoundMap(), newStep, in vectorizeAffineForOp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1026 vecForOp.getUpperBoundOperands()); in createMask()
1029 vecForOp.getUpperBoundOperands()); in createMask()
1302 forOp.getUpperBoundOperands(), forOp.getUpperBoundMap(), newStep, in vectorizeAffineForOp()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1026 vecForOp.getUpperBoundOperands());
1029 vecForOp.getUpperBoundOperands());
1302 forOp.getUpperBoundOperands(), forOp.getUpperBoundMap(), newStep,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Affine/Transforms/
H A DSuperVectorize.cpp1037 vecForOp.getUpperBoundOperands()); in createMask()
1040 vecForOp.getUpperBoundOperands()); in createMask()
1320 forOp.getUpperBoundOperands(), forOp.getUpperBoundMap(), newStep, in vectorizeAffineForOp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Analysis/
H A DLoopAnalysis.cpp61 AffineValueMap ubValueMap(ubMap, forOp.getUpperBoundOperands()); in buildTripCountMapAndOperands()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Analysis/
H A DLoopAnalysis.cpp61 AffineValueMap ubValueMap(ubMap, forOp.getUpperBoundOperands()); in buildTripCountMapAndOperands()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Affine/Transforms/
H A DLoopTiling.cpp97 OperandRange newUbOperands = origLoops[i].getUpperBoundOperands(); in constructTiledIndexSetHyperRect()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Analysis/
H A DLoopAnalysis.cpp60 SmallVector<Value, 4> ubOperands(forOp.getUpperBoundOperands()); in buildTripCountMapAndOperands()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Analysis/
H A DLoopAnalysis.cpp61 AffineValueMap ubValueMap(ubMap, forOp.getUpperBoundOperands()); in buildTripCountMapAndOperands()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DLoopAnalysis.cpp61 AffineValueMap ubValueMap(ubMap, forOp.getUpperBoundOperands()); in buildTripCountMapAndOperands()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Analysis/
H A DLoopAnalysis.cpp61 AffineValueMap ubValueMap(ubMap, forOp.getUpperBoundOperands()); in buildTripCountMapAndOperands()

1234