Home
last modified time | relevance | path

Searched refs:getUbs (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DMemoryPromotion.cpp62 ubs.append(bounds.getUbs().begin(), bounds.getUbs().end()); in insertCopyLoops()
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/EDSC/
DBuilders.h38 ArrayRef<Value> getUbs() const { return ubs; } in getUbs() function
/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp178 auto majorUbs = vectorBoundsCapture.getUbs(); in emitLoops()
227 memrefBounds.getUbs()); in emitInBoundsCondition()
570 auto ubs = vectorBoundsCapture.getUbs(); in matchAndRewrite()
655 auto ubs = vectorBoundsCapture.getUbs(); in matchAndRewrite()
/external/llvm-project/mlir/docs/
DEDSC.md74 ivs, view_A.getLbs(), view_A.getUbs(), view_A.getSteps())([&]{