Home
last modified time | relevance | path

Searched defs:allocValue (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferUtils.cpp33 Operation *BufferPlacementAllocs::getStartOperation(Value allocValue, in getStartOperation()
79 Value allocValue = allocateResultEffects[0].getValue(); in build() local
H A DBufferOptimizations.cpp109 Value allocValue; member
138 for (auto allocValue : allocsAndAllocas) { in hoist() local
H A DBufferDeallocation.cpp287 Value allocValue = std::get<0>(entry); in introduceClones() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefDialect.cpp46 llvm::Optional<Operation *> mlir::memref::findDealloc(Value allocValue) { in findDealloc()