/external/llvm-project/mlir/lib/Dialect/Async/Transforms/ |
D | AsyncRefCountingOptimization.cpp | 79 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/ |
D | AsyncRuntime.cpp | 96 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/ |
D | AliasSetTracker.h | 122 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/ |
D | AliasSetTracker.h | 121 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/ |
D | AliasSetTracker.h | 97 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/ |
D | AliasSetTracker.cpp | 106 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/ |
D | AliasSetTracker.cpp | 80 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/ |
D | AliasSetTracker.cpp | 111 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/ |
D | NaClBitCodes.h | 279 void dropRef() {
|
D | NaClBitstreamReader.h | 97 Abbrevs.back()->dropRef(); in popLast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 173 R->dropRef(Ref); in untrack() 208 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() function in ReplaceableMetadataImpl
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 141 R->dropRef(Ref); in untrack() 176 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() function in ReplaceableMetadataImpl
|
/external/llvm-project/llvm/lib/IR/ |
D | Metadata.cpp | 174 R->dropRef(Ref); in untrack() 209 void ReplaceableMetadataImpl::dropRef(void *Ref) { in dropRef() function in ReplaceableMetadataImpl
|
/external/llvm/include/llvm/IR/ |
D | Metadata.h | 286 void dropRef(void *Ref);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Metadata.h | 299 void dropRef(void *Ref);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Metadata.h | 313 void dropRef(void *Ref);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Metadata.h | 313 void dropRef(void *Ref);
|