Home
last modified time | relevance | path

Searched refs:StoreStrong (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h47 StoreStrong, enumerator
66 StoreStrong = nullptr; in init()
87 case ARCRuntimeEntryPointKind::StoreStrong: in get()
88 return getIntrinsicEntryPoint(StoreStrong, Intrinsic::objc_storeStrong); in get()
123 Function *StoreStrong = nullptr; variable
DObjCARCContract.cpp425 Function *Decl = EP.get(ARCRuntimeEntryPointKind::StoreStrong); in tryToContractReleaseIntoStoreStrong()
426 CallInst *StoreStrong = createCallInst(Decl, Args, "", Store, BlockColors); in tryToContractReleaseIntoStoreStrong() local
427 StoreStrong->setDoesNotThrow(); in tryToContractReleaseIntoStoreStrong()
428 StoreStrong->setDebugLoc(Store->getDebugLoc()); in tryToContractReleaseIntoStoreStrong()
433 StoreStrongCalls.insert(StoreStrong); in tryToContractReleaseIntoStoreStrong()
435 LLVM_DEBUG(llvm::dbgs() << " New Store Strong: " << *StoreStrong in tryToContractReleaseIntoStoreStrong()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DObjCARCInstKind.cpp70 case ARCInstKind::StoreStrong: in operator <<()
125 return ARCInstKind::StoreStrong; in GetFunctionClass()
335 case ARCInstKind::StoreStrong: in IsUser()
368 case ARCInstKind::StoreStrong: in IsRetain()
403 case ARCInstKind::StoreStrong: in IsAutorelease()
438 case ARCInstKind::StoreStrong: in IsForwarding()
472 case ARCInstKind::StoreStrong: in IsNoopOnNull()
507 case ARCInstKind::StoreStrong: in IsNoopOnGlobal()
543 case ARCInstKind::StoreStrong: in IsAlwaysTail()
582 case ARCInstKind::StoreStrong: in IsNeverTail()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCInstKind.h50 StoreStrong, ///< objc_storeStrong (derived) enumerator