Home
last modified time | relevance | path

Searched refs:AutomaticAllocationScopeResource (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DSideEffectInterfaces.h128 struct AutomaticAllocationScopeResource struct
129 : public Resource::Base<AutomaticAllocationScopeResource> {
H A DSideEffectInterfaceBase.td37 // A link to the AutomaticAllocationScopeResource class.
38 def AutomaticAllocationScopeResource :
39 IntrinsicResource<"AutomaticAllocationScopeResource">;
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferUtils.cpp72 SideEffects::AutomaticAllocationScopeResource::get(); in build()
/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp232 if (llvm::isa<SideEffects::AutomaticAllocationScopeResource>( in getAllocEffectFor()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp310 if (isa<SideEffects::AutomaticAllocationScopeResource>( in isGuaranteedAutomaticAllocation()
333 if (isa<SideEffects::AutomaticAllocationScopeResource>( in isOpItselfPotentialAutomaticAllocation()
/llvm-project-15.0.7/mlir/docs/
H A DBufferDeallocationInternals.md66 `SideEffects::AutomaticAllocationScopeResource` (since it is currently reserved
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMOps.td385 [MemAlloc<AutomaticAllocationScopeResource>]>:$res);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/IR/
H A DMemRefOps.td185 def MemRef_AllocaOp : AllocLikeOp<"alloca", AutomaticAllocationScopeResource> {
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td62 MemoryEffects<[MemAlloc<AutomaticAllocationScopeResource>]>]> {