Searched defs:memrefs (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/Bufferization/IR/ |
H A D | BufferDeallocationOpInterface.cpp | 109 void DeallocationState::resetOwnerships(ValueRange memrefs, Block *block) { in resetOwnerships() argument 127 SmallVectorImpl<Value> &memrefs) { in getLiveMemrefsIn() argument 187 SmallVectorImpl<Value> &memrefs, SmallVectorImpl<Value> &conditions) const { in getMemrefsAndConditionsToDeallocate() argument 288 SmallVector<Value> memrefs, conditions, toRetain; insertDeallocOpForReturnLike() local [all...] |
H A D | BufferizationOps.cpp | 910 updateDeallocIfChanged(DeallocOp deallocOp,ValueRange memrefs,ValueRange conditions,PatternRewriter & rewriter) updateDeallocIfChanged() argument [all...] |
/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/ |
H A D | BufferDeallocationOpInterfaceImpl.cpp | 74 SmallVector<Value> memrefs, conditions; in process() local
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | BufferDeallocationSimplification.cpp | 46 ValueRange memrefs, in updateDeallocIfChanged() argument [all...] |
H A D | OwnershipBasedBufferDeallocation.cpp | 789 SmallVector<Value> memrefs, conditions, toRetain; in handleInterface() local [all...] |