Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/ObjCARC/
Drle-s2l.ll5 declare i8* @objc_storeWeak(i8**, i8*)
95 ; CHECK-NEXT: %1 = call i8* @objc_storeWeak(i8** %p, i8* %n)
100 call i8* @objc_storeWeak(i8** %p, i8* %n)
124 ; CHECK-NEXT: call i8* @objc_storeWeak(i8** %q, i8* %m)
131 call i8* @objc_storeWeak(i8** %q, i8* %m)
Dweak.ll4 declare i8* @objc_storeWeak(i8**, i8*)
35 call i8* @objc_storeWeak(i8** null, i8* %p)
36 call i8* @objc_storeWeak(i8** undef, i8* %p)
Dweak-dce.ll37 %tmp19 = call i8* @objc_storeWeak(i8** %weakBlock, i8* %q) nounwind
46 declare i8* @objc_storeWeak(i8** %weakBlock, i8* %q)
Descape.ll10 ; with the objc_storeWeak call.
53 %tmp10 = call i8* @objc_storeWeak(i8** %tmp9, i8* %tmp7) nounwind
127 declare i8* @objc_storeWeak(i8**, i8*)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/
Drle-s2l.ll5 declare i8* @objc_storeWeak(i8**, i8*)
95 ; CHECK-NEXT: %1 = call i8* @objc_storeWeak(i8** %p, i8* %n)
100 call i8* @objc_storeWeak(i8** %p, i8* %n)
124 ; CHECK-NEXT: call i8* @objc_storeWeak(i8** %q, i8* %m)
131 call i8* @objc_storeWeak(i8** %q, i8* %m)
Dweak.ll4 declare i8* @objc_storeWeak(i8**, i8*)
35 call i8* @objc_storeWeak(i8** null, i8* %p)
36 call i8* @objc_storeWeak(i8** undef, i8* %p)
Dweak-dce.ll37 %tmp19 = call i8* @objc_storeWeak(i8** %weakBlock, i8* %q) nounwind
46 declare i8* @objc_storeWeak(i8** %weakBlock, i8* %q)
Descape.ll10 ; with the objc_storeWeak call.
53 %tmp10 = call i8* @objc_storeWeak(i8** %tmp9, i8* %tmp7) nounwind
127 declare i8* @objc_storeWeak(i8**, i8*)
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
Drle-s2l.ll5 declare i8* @objc_storeWeak(i8**, i8*)
95 ; CHECK-NEXT: %1 = call i8* @objc_storeWeak(i8** %p, i8* %n)
100 call i8* @objc_storeWeak(i8** %p, i8* %n)
124 ; CHECK-NEXT: call i8* @objc_storeWeak(i8** %q, i8* %m)
131 call i8* @objc_storeWeak(i8** %q, i8* %m)
Dweak.ll4 declare i8* @objc_storeWeak(i8**, i8*)
35 call i8* @objc_storeWeak(i8** null, i8* %p)
36 call i8* @objc_storeWeak(i8** undef, i8* %p)
/external/clang/test/CodeGenObjC/
Darc-weak-property.m41 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[T4]], i8* [[V]])
Darc-loadweakretained-release.m68 // CHECK-NEXT: [[THREE:%.*]] = call i8* @objc_storeWeak(
Dmrc-weak.m82 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[Z]], i8* [[T0]])
Darc.m16 // ARC-ALIEN: declare extern_weak i8* @objc_storeWeak(i8**, i8*)
29 // ARC-NATIVE: declare i8* @objc_storeWeak(i8**, i8*)
381 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[X]], i8* [[T1]])
1064 // CHECK-NEXT: [[T3:%.*]] = call i8* @objc_storeWeak(i8** [[T2]], i8* [[T1]])
1073 // CHECK-NEXT: [[T3:%.*]] = call i8* @objc_storeWeak(i8** [[T2]], i8* [[T1]])
1116 // CHECK-NEXT: [[T3:%.*]] = call i8* @objc_storeWeak(i8** [[X]], i8* [[T2]])
1117 // CHECK-NEXT: [[T4:%.*]] = call i8* @objc_storeWeak(i8** [[X]], i8* [[T3]])
Darc-ternary-op.m100 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[ARG]], i8* [[T0]])
Dfragile-arc.m78 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[T0]], i8* [[T1]])
Darc-blocks.m237 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[SLOT]], i8* null)
/external/clang/test/CodeGenObjCXX/
Darc.mm25 // CHECK-NEXT: [[T3:%.*]] = call i8* @objc_storeWeak(i8** [[T2]], i8* [[T1]])
34 // CHECK-NEXT: [[T3:%.*]] = call i8* @objc_storeWeak(i8** [[T2]], i8* [[T1]])
111 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[ARG]], i8* [[T0]])
Dmrc-weak.mm62 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[Z]], i8* [[T0]])
/external/clang/docs/
DAutomaticReferenceCounting.rst1957 :ref:`objc_storeWeak <arc.runtime.objc_storeWeak>`,
2054 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.
2070 objc_storeWeak(object, nil);
2073 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2093 return objc_storeWeak(object, value);
2098 Does not need to be atomic with respect to calls to ``objc_storeWeak`` on
2120 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.
2139 Must be atomic with respect to calls to ``objc_storeWeak`` on ``object``.
2155 Must be atomic with respect to calls to ``objc_storeWeak`` on ``src``.
2276 .. _arc.runtime.objc_storeWeak:
[all …]
/external/clang/lib/CodeGen/
DCodeGenModule.h168 llvm::Constant *objc_storeWeak; member
DCGObjC.cpp2229 CGM.getObjCEntrypoints().objc_storeWeak, in EmitARCStoreWeak()