/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 113 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall() 154 CallInst *Retain = nullptr; in contractAutorelease() local 298 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local 358 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
|
H A D | ARCRuntimeEntryPoints.h | 33 Retain, enumerator 110 Constant *Retain; variable
|
H A D | ObjCARCOpts.cpp | 1750 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local 1989 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, in HasSafePathToPredecessorCall() 2023 auto *Retain = dyn_cast_or_null<CallInst>(*DepInsts.begin()); in FindPredecessorRetainWithSafePath() local 2097 CallInst *Retain = FindPredecessorRetainWithSafePath( in OptimizeReturns() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 48 void Retain() const { ++ref_cnt; } in Retain() function 74 void Retain() const { ++ref_cnt; } in Retain() function 105 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 51 void Retain() const { ++ref_cnt; } in Retain() function 76 void Retain() const { ++ref_cnt; } in Retain() function 107 void Retain() const { ++RefCount; } in Retain() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 123 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall() 166 auto *Retain = dyn_cast_or_null<CallInst>( in contractAutorelease() local 300 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local 361 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
|
H A D | ARCRuntimeEntryPoints.h | 40 Retain, enumerator 115 Function *Retain = nullptr; variable
|
H A D | ObjCARCOpts.cpp | 1466 Instruction *Retain = cast<Instruction>(P.first); in collectReleaseInsertPts() local 1820 Instruction *Retain, in PairUpRetainsAndReleases() 2031 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local 2265 Instruction *Retain, in HasSafePathToPredecessorCall() 2288 auto *Retain = dyn_cast_or_null<CallInst>( in FindPredecessorRetainWithSafePath() local 2354 CallInst *Retain = FindPredecessorRetainWithSafePath( in OptimizeReturns() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARCContract.cpp | 121 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall() 164 CallInst *Retain = nullptr; in contractAutorelease() local 311 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local 398 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
|
H A D | ARCRuntimeEntryPoints.h | 44 Retain, enumerator 114 Function *Retain = nullptr; variable
|
H A D | ObjCARCOpts.cpp | 1747 Instruction *Retain, in PairUpRetainsAndReleases() 1958 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local 2192 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, in HasSafePathToPredecessorCall() 2226 auto *Retain = dyn_cast_or_null<CallInst>(*DepInsts.begin()); in FindPredecessorRetainWithSafePath() local 2299 CallInst *Retain = FindPredecessorRetainWithSafePath( in OptimizeReturns() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 77 void Retain() const { ++RefCount; } in Retain() function 94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | IntrusiveRefCntPtr.h | 96 void Retain() const { ++RefCount; } in Retain() function 127 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 98 void Retain() const { ++RefCount; } in Retain() function 131 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 98 void Retain() const { ++RefCount; } in Retain() function 131 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 98 void Retain() const { ++RefCount; } in Retain() function 131 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 98 void Retain() const { ++RefCount; } in Retain() function 131 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/aosp_15_r20/external/webrtc/sdk/android/src/jni/ |
H A D | scoped_java_ref_counted.cc | 19 ScopedJavaRefCounted ScopedJavaRefCounted::Retain( in Retain() function in webrtc::jni::ScopedJavaRefCounted
|
/aosp_15_r20/external/pdfium/testing/ |
H A D | pseudo_retainable.h | 11 void Retain() const { ++retain_count_; } in Retain() function
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | string_data_template.h | 21 void Retain() { ++m_nRefs; } in Retain() function
|
/aosp_15_r20/external/cronet/base/mac/ |
H A D | scoped_ioobject.h | 19 static IOT Retain(IOT iot) { in Retain() function
|
H A D | scoped_ioplugininterface.h | 19 static T Retain(T t) { in Retain() function
|
/aosp_15_r20/external/cronet/base/apple/ |
H A D | scoped_dispatch_object.h | 27 static T Retain(T object) { in Retain() function
|
H A D | scoped_cftyperef.h | 33 static CFT Retain(CFT object) { in Retain() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/apple/ |
H A D | scoped_cftyperef.h | 33 static CFT Retain(CFT object) { in Retain() function
|