Searched refs:objc_storeStrong (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | upgrade-arc-runtime-calls-bitcast.ll | 6 ; CHECK: tail call i8* @objc_storeStrong( 10 %1 = tail call i8* @objc_storeStrong(i8** %b, i8* %a) 15 declare i8* @objc_storeStrong(i8**, i8*)
|
| H A D | upgrade-arc-runtime-calls.ll | 31 tail call void @objc_storeStrong(i8** %b, i8* %a) #0 111 // NOUPGRADE-NEXT: tail call void @objc_storeStrong(i8** %[[B]], i8* %[[A]])
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | win64-funclet-preisel-intrinsics.ll | 65 ; Instead, the call to objc_storeStrong should be emitted: 68 ; CHECK: callq objc_storeStrong
|
| /llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/ |
| H A D | ARCRuntimeEntryPoints.h | 86 return getIntrinsicEntryPoint(StoreStrong, Intrinsic::objc_storeStrong); in get()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 194 case Intrinsic::objc_storeStrong: in lowerIntrinsics()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PreISelIntrinsicLowering/ |
| H A D | objc-arc.ll | 196 ; CHECK-NEXT: call void @objc_storeStrong(i8** %arg0, i8* %arg1) 334 ; CHECK: declare void @objc_storeStrong(i8**, i8*)
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 123 case Intrinsic::objc_storeStrong: in GetFunctionClass()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/ |
| H A D | asan-stack-vars.mir | 218 call void @objc_storeStrong(i8** %76, i8* null) #3, !dbg !54 251 declare void @objc_storeStrong(i8**, i8*) 623 …BL @objc_storeStrong, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit killed $x0,…
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 53 case Intrinsic::objc_storeStrong: in mayLowerToFunctionCall()
|
| H A D | AutoUpgrade.cpp | 4352 {"objc_storeStrong", llvm::Intrinsic::objc_storeStrong}, in UpgradeARCRuntime()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 194 llvm::Function *objc_storeStrong; member
|
| H A D | CGObjC.cpp | 2453 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_storeStrong; in EmitARCStoreStrongCall() 2455 fn = getARCIntrinsic(llvm::Intrinsic::objc_storeStrong, CGM); in EmitARCStoreStrongCall()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | AutomaticReferenceCounting.rst | 2602 .. _arc.runtime.objc_storeStrong: 2604 ``void objc_storeStrong(id *object, id value);`` 2616 void objc_storeStrong(id *object, id value) {
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 25060 Lowers to a call to `objc_storeStrong <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#…
|