Home
last modified time | relevance | path

Searched defs:ownership (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DBufferDeallocationOpInterfaceImpl.cpp70 Value ownership = builder.create<arith::SelectOp>( in materializeUniqueOwnershipForMemref() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.cpp99 void DeallocationState::updateOwnership(Value memref, Ownership ownership, in updateOwnership() argument
141 Ownership ownership = iter->second; in getMemrefWithUniqueOwnership() local
191 Ownership ownership in getMemrefsAndConditionsToDeallocate() local
[all...]
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DLowerDeallocations.cpp323 Value ownership = rewriter.create<memref::LoadOp>( rewriteGeneralCase() local
H A DOwnershipBasedBufferDeallocation.cpp885 Ownership ownership = state.getOwnership(operand, block); handleInterface() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5606 transferARCOwnershipToDeclSpec(Sema & S,QualType & declSpecTy,Qualifiers::ObjCLifetime ownership) transferARCOwnershipToDeclSpec() argument
5616 transferARCOwnershipToDeclaratorChunk(TypeProcessingState & state,Qualifiers::ObjCLifetime ownership,unsigned chunkIndex) transferARCOwnershipToDeclaratorChunk() argument
5654 transferARCOwnership(TypeProcessingState & state,QualType & declSpecTy,Qualifiers::ObjCLifetime ownership) transferARCOwnership() argument
5710 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy); GetTypeForDeclaratorCast() local
[all...]
H A DSemaObjCProperty.cpp136 } else if (auto ownership = T.getObjCLifetime()) { deducePropertyOwnershipFromType() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp461 auto ownership = M->getType().getObjCLifetime(); EmitMaterializeTemporaryExpr() local
H A DCGObjCMac.cpp2244 switch (ownership) { in GetGCAttrTypeForType() local