Searched refs:objc_release (Results 1 – 18 of 18) sorted by relevance
78 return getIntrinsicEntryPoint(Release, Intrinsic::objc_release); in get()
176 // CHECK-NOT: objc_release187 // CHECK-NOT: objc_release
32 // CALLS: {{call.*@objc_release}}211 // CALLS: invoke{{.*}}void @objc_release(i8* %
5 // Make sure we emit clang.arc.use before calling objc_release as part of the
602 // CHECK-NOT: objc_release617 // CHECK-NOT: objc_release
25 tail call void @objc_release(i8* %a) #0105 // NOUPGRADE-NEXT: tail call void @objc_release(i8* %[[A]])
176 case Intrinsic::objc_release: in lowerIntrinsics()
112 ; CHECK-NEXT: call void @objc_release(i8* %arg0)328 ; CHECK: declare void @objc_release(i8*) [[NLB:#[0-9]+]]
69 ; By itself, we should never change whether or not objc_release is tail called.
111 case Intrinsic::objc_release: in GetFunctionClass()
47 case Intrinsic::objc_release: in mayLowerToFunctionCall()
4344 {"objc_release", llvm::Intrinsic::objc_release}, in UpgradeARCRuntime()
322 /// Enters a cleanup to call objc_release at some indefinite time.
187 llvm::Function *objc_release; member
2409 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_release; in EmitARCRelease()2411 fn = getARCIntrinsic(llvm::Intrinsic::objc_release, CGM); in EmitARCRelease()
2406 objc_release(objc_initWeak(dest, objc_loadWeakRetained(src)));2512 .. _arc.runtime.objc_release:2514 ``void objc_release(id value);``2657 it performs a release operation exactly like :ref:`objc_release2658 <arc.runtime.objc_release>`. If the handoff fails, this call has no effect.
1735 Intrinsic::getDeclaration(Mod, Intrinsic::objc_release); in inlineRetainOrClaimRVCalls()
24976 Lowers to a call to `objc_release <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#void…