Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Interfaces/
DSideEffectInterfaceBase.td37 // A link to the AutomaticAllocationScopeResource class.
38 def AutomaticAllocationScopeResource :
39 IntrinsicResource<"AutomaticAllocationScopeResource">;
DSideEffectInterfaces.h127 struct AutomaticAllocationScopeResource struct
128 : public Resource::Base<AutomaticAllocationScopeResource> {
/external/llvm-project/mlir/lib/Transforms/
DBufferUtils.cpp90 SideEffects::AutomaticAllocationScopeResource::get(); in build()
/external/llvm-project/mlir/docs/
DBufferization.md412 `SideEffects::AutomaticAllocationScopeResource` (since it is currently reserved
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td406 def AllocaOp : AllocLikeOp<"alloca", AutomaticAllocationScopeResource> {