Searched refs:VectorBoundsCapture (Results 1 – 3 of 3) sorted by relevance
42 mlir::edsc::VectorBoundsCapture::VectorBoundsCapture(VectorType t) { in VectorBoundsCapture() function in mlir::edsc::VectorBoundsCapture50 mlir::edsc::VectorBoundsCapture::VectorBoundsCapture(Value v) in VectorBoundsCapture() function in mlir::edsc::VectorBoundsCapture51 : VectorBoundsCapture(v.getType().cast<VectorType>()) {} in VectorBoundsCapture()
66 class VectorBoundsCapture : public BoundsCapture {68 explicit VectorBoundsCapture(Value v);69 explicit VectorBoundsCapture(VectorType t);
176 VectorBoundsCapture vectorBoundsCapture(majorVectorType); in emitLoops()562 VectorBoundsCapture vectorBoundsCapture(transfer.vector()); in matchAndRewrite()647 VectorBoundsCapture vectorBoundsCapture(transfer.vector()); in matchAndRewrite()