Home
last modified time | relevance | path

Searched refs:objc_storeWeak (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dupgrade-arc-runtime-calls.ll32 %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 DPreISelIntrinsicLowering.cpp197 case Intrinsic::objc_storeWeak: in lowerIntrinsics()
/llvm-project-15.0.7/llvm/test/Transforms/PreISelIntrinsicLowering/
H A Dobjc-arc.ll206 ; 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 Descape.ll10 ; with the objc_storeWeak call.
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp125 case Intrinsic::objc_storeWeak: in GetFunctionClass()
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst2310 :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 DIntrinsicInst.cpp54 case Intrinsic::objc_storeWeak: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp4353 {"objc_storeWeak", llvm::Intrinsic::objc_storeWeak}, in UpgradeARCRuntime()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h197 llvm::Function *objc_storeWeak; member
H A DCGObjC.cpp2580 CGM.getObjCEntrypoints().objc_storeWeak, in EmitARCStoreWeak()
2581 llvm::Intrinsic::objc_storeWeak, ignored); in EmitARCStoreWeak()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst25074 Lowers to a call to `objc_storeWeak <https://clang.llvm.org/docs/AutomaticReferenceCounting.html#ar…