Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Transforms/
H A DSROA.cpp267 SmallVector<DestructurableAllocationOpInterface> allocators; in runOnOperation() local
198 tryToDestructureMemorySlots(ArrayRef<DestructurableAllocationOpInterface> allocators,OpBuilder & builder,const DataLayout & dataLayout,SROAStatistics statistics) tryToDestructureMemorySlots() argument
H A DMem2Reg.cpp632 tryToPromoteMemorySlots(ArrayRef<PromotableAllocationOpInterface> allocators,OpBuilder & builder,const DataLayout & dataLayout,DominanceInfo & dominance,Mem2RegStatistics statistics) tryToPromoteMemorySlots() argument
713 SmallVector<PromotableAllocationOpInterface> allocators; runOnOperation() local
/llvm-project/llvm/docs/
H A DCodeGenerator.rst1517 .. _Prolog/Epilog Code Insertion: