Searched refs:objc_storeWeak (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | upgrade-arc-runtime-calls.ll | 32 %v11 = tail call i8* @objc_storeWeak(i8** %b, i8* %a) #0 112 // NOUPGRADE-NEXT: %[[V11:.*]] = tail call i8* @objc_storeWeak(i8** %[[B]], i8* %[[A]])
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 197 case Intrinsic::objc_storeWeak: in lowerIntrinsics()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PreISelIntrinsicLowering/ |
| H A D | objc-arc.ll | 206 ; CHECK-NEXT: %0 = call i8* @objc_storeWeak(i8** %arg0, i8* %arg1) 335 ; CHECK: declare i8* @objc_storeWeak(i8**, i8*)
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | escape.ll | 10 ; with the objc_storeWeak call.
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 125 case Intrinsic::objc_storeWeak: in GetFunctionClass()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | AutomaticReferenceCounting.rst | 2310 :ref:`objc_storeWeak <arc.runtime.objc_storeWeak>`, 2409 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``. 2425 objc_storeWeak(object, nil); 2428 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on 2448 return objc_storeWeak(object, value); 2453 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on 2475 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``. 2494 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``. 2510 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``. 2628 .. _arc.runtime.objc_storeWeak: [all …]
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 54 case Intrinsic::objc_storeWeak: in mayLowerToFunctionCall()
|
| H A D | AutoUpgrade.cpp | 4353 {"objc_storeWeak", llvm::Intrinsic::objc_storeWeak}, in UpgradeARCRuntime()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 197 llvm::Function *objc_storeWeak; member
|
| H A D | CGObjC.cpp | 2580 CGM.getObjCEntrypoints().objc_storeWeak, in EmitARCStoreWeak() 2581 llvm::Intrinsic::objc_storeWeak, ignored); in EmitARCStoreWeak()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 25074 Lowers to a call to `objc_storeWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#ar…
|