Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DBufferizableOpInterfaceImpl.cpp152 auto gatherOp = cast<vector::GatherOp>(op); in bufferize() local
/llvm-project/mlir/test/lib/Dialect/Vector/
H A DTestVectorTransforms.cpp277 numLoops = gatherOp.getVectorType().getRank(); in runOnOperation() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp1039 Operation *gatherOp = rewriter.create<vector::GatherOp>( vectorizeTensorExtract() local