Home
last modified time | relevance | path

Searched defs:Retain (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp113 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 DARCRuntimeEntryPoints.h33 Retain, enumerator
110 Constant *Retain; variable
H A DObjCARCOpts.cpp1750 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 DIntrusiveRefCntPtr.h48 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 DIntrusiveRefCntPtr.h51 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 DObjCARCContract.cpp123 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 DARCRuntimeEntryPoints.h40 Retain, enumerator
115 Function *Retain = nullptr; variable
H A DObjCARCOpts.cpp1466 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 DObjCARCContract.cpp121 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 DARCRuntimeEntryPoints.h44 Retain, enumerator
114 Function *Retain = nullptr; variable
H A DObjCARCOpts.cpp1747 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 DIntrusiveRefCntPtr.h77 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 DIntrusiveRefCntPtr.h96 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/
DIntrusiveRefCntPtr.h98 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/
DIntrusiveRefCntPtr.h98 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/
DIntrusiveRefCntPtr.h98 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/
DIntrusiveRefCntPtr.h98 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 Dscoped_java_ref_counted.cc19 ScopedJavaRefCounted ScopedJavaRefCounted::Retain( in Retain() function in webrtc::jni::ScopedJavaRefCounted
/aosp_15_r20/external/pdfium/testing/
H A Dpseudo_retainable.h11 void Retain() const { ++retain_count_; } in Retain() function
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dstring_data_template.h21 void Retain() { ++m_nRefs; } in Retain() function
/aosp_15_r20/external/cronet/base/mac/
H A Dscoped_ioobject.h19 static IOT Retain(IOT iot) { in Retain() function
H A Dscoped_ioplugininterface.h19 static T Retain(T t) { in Retain() function
/aosp_15_r20/external/cronet/base/apple/
H A Dscoped_dispatch_object.h27 static T Retain(T object) { in Retain() function
H A Dscoped_cftyperef.h33 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 Dscoped_cftyperef.h33 static CFT Retain(CFT object) { in Retain() function

123