Home
last modified time | relevance | path

Searched defs:forwardSlice (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Analysis/
H A DSliceAnalysis.cpp29 getForwardSliceImpl(Operation * op,SetVector<Operation * > * forwardSlice,const SliceOptions::TransitiveFilter & filter=nullptr) getForwardSliceImpl() argument
54 getForwardSlice(Operation * op,SetVector<Operation * > * forwardSlice,const ForwardSliceOptions & options) getForwardSlice() argument
70 getForwardSlice(Value root,SetVector<Operation * > * forwardSlice,const SliceOptions & options) getForwardSlice() argument
151 SetVector<Operation *> forwardSlice; getSlice() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DHoisting.cpp226 SetVector<Operation *> forwardSlice; hoistRedundantVectorTransfers() local
/llvm-project/mlir/lib/Transforms/
H A DSROA.cpp99 SetVector<Operation *> forwardSlice; in computeDestructuringInfo() local
H A DMem2Reg.cpp271 SetVector<Operation *> forwardSlice; computeBlockingUses() local
/llvm-project/mlir/test/lib/Dialect/Affine/
H A DTestVectorizationUtils.cpp173 getForwardSlice(m.getMatchedOperation(), &forwardSlice); in testForwardSlicing() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopFusionUtils.cpp385 SetVector<Operation *> forwardSlice; in promoteSingleIterReductionLoop() local
/llvm-project/mlir/lib/Conversion/VectorToGPU/
H A DVectorToGPU.cpp313 SetVector<Operation *> forwardSlice; getSliceContract() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp1055 SetVector<Operation *> forwardSlice; hoistOpsBetween() local