Home
last modified time | relevance | path

Searched refs:dropRef (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncRefCountingOptimization.cpp79 if (auto dropRef = dyn_cast<DropRefOp>(user.operation)) in optimizeReferenceCounting() local
80 info.dropRefs.push_back(dropRef); in optimizeReferenceCounting()
122 for (DropRefOp dropRef : info.dropRefs) { in optimizeReferenceCounting() local
124 if (dropRef.count() != addRef.count() || in optimizeReferenceCounting()
125 dropRef->isBeforeInBlock(addRef.getOperation())) in optimizeReferenceCounting()
129 if (cancellable.find(dropRef.getOperation()) != cancellable.end()) in optimizeReferenceCounting()
134 Operation *dropRefOp = dropRef.getOperation(); in optimizeReferenceCounting()
167 cancellable[dropRef.getOperation()] = addRef.getOperation(); in optimizeReferenceCounting()
/external/llvm-project/mlir/lib/ExecutionEngine/
DAsyncRuntime.cpp96 void dropRef(int32_t count = 1) { in dropRef() function in __anon411fb57b0111::RefCounted
152 refCounted->dropRef(count); in mlirAsyncRuntimeDropRef()
201 group->dropRef(); in mlirAsyncRuntimeAddTokenToGroup()
221 token->dropRef(); in mlirAsyncRuntimeEmplaceToken()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h122 OldAS->dropRef(AST); in getAliasSet()
192 void dropRef(AliasSetTracker &AST) { in dropRef() function
290 Forward->dropRef(AST); in getForwardedTarget()
312 dropRef(AST); in removeUnknownInst()
/external/llvm-project/llvm/include/llvm/Analysis/
DAliasSetTracker.h121 OldAS->dropRef(AST); in getAliasSet()
191 void dropRef(AliasSetTracker &AST) { in dropRef() function
289 Forward->dropRef(AST); in getForwardedTarget()
311 dropRef(AST); in removeUnknownInst()
/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h97 OldAS->dropRef(AST); in getAliasSet()
157 void dropRef(AliasSetTracker &AST) { in dropRef() function
253 Forward->dropRef(AST);
274 dropRef(AST);
/external/llvm-project/llvm/lib/Analysis/
DAliasSetTracker.cpp106 AS.dropRef(AST); in mergeSetIn()
111 Fwd->dropRef(*this); in removeAliasSet()
573 AS->dropRef(*this); in deleteValue()
627 FwdTo->dropRef(*this); in mergeAllAliasSets()
/external/llvm/lib/Analysis/
DAliasSetTracker.cpp80 AS.dropRef(AST); in mergeSetIn()
85 Fwd->dropRef(*this); in removeAliasSet()
436 AS.dropRef(*this); in remove()
580 AS->dropRef(*this); in deleteValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasSetTracker.cpp111 AS.dropRef(AST); in mergeSetIn()
116 Fwd->dropRef(*this); in removeAliasSet()
577 AS->dropRef(*this); in deleteValue()
631 FwdTo->dropRef(*this); in mergeAllAliasSets()
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h279 void dropRef() {
DNaClBitstreamReader.h97 Abbrevs.back()->dropRef(); in popLast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp173 R->dropRef(Ref); in untrack()
208 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() function in ReplaceableMetadataImpl
/external/llvm/lib/IR/
DMetadata.cpp141 R->dropRef(Ref); in untrack()
176 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() function in ReplaceableMetadataImpl
/external/llvm-project/llvm/lib/IR/
DMetadata.cpp174 R->dropRef(Ref); in untrack()
209 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() function in ReplaceableMetadataImpl
/external/llvm/include/llvm/IR/
DMetadata.h286 void dropRef(void *Ref);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h299 void dropRef(void *Ref);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMetadata.h313 void dropRef(void *Ref);
/external/llvm-project/llvm/include/llvm/IR/
DMetadata.h313 void dropRef(void *Ref);