Searched refs:AutomaticAllocationScopeResource (Results 1 – 9 of 9) sorted by relevance
128 struct AutomaticAllocationScopeResource struct129 : public Resource::Base<AutomaticAllocationScopeResource> {
37 // A link to the AutomaticAllocationScopeResource class.38 def AutomaticAllocationScopeResource :39 IntrinsicResource<"AutomaticAllocationScopeResource">;
72 SideEffects::AutomaticAllocationScopeResource::get(); in build()
232 if (llvm::isa<SideEffects::AutomaticAllocationScopeResource>( in getAllocEffectFor()
310 if (isa<SideEffects::AutomaticAllocationScopeResource>( in isGuaranteedAutomaticAllocation()333 if (isa<SideEffects::AutomaticAllocationScopeResource>( in isOpItselfPotentialAutomaticAllocation()
66 `SideEffects::AutomaticAllocationScopeResource` (since it is currently reserved
385 [MemAlloc<AutomaticAllocationScopeResource>]>:$res);
185 def MemRef_AllocaOp : AllocLikeOp<"alloca", AutomaticAllocationScopeResource> {
62 MemoryEffects<[MemAlloc<AutomaticAllocationScopeResource>]>]> {