/aosp_15_r20/external/llvm/test/Transforms/ObjCARC/ |
H A D | rle-s2l.ll | 5 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)
|
H A D | weak.ll | 4 declare i8* @objc_storeWeak(i8**, i8*) 35 call i8* @objc_storeWeak(i8** null, i8* %p) 36 call i8* @objc_storeWeak(i8** undef, i8* %p)
|
H A D | weak-dce.ll | 37 %tmp19 = call i8* @objc_storeWeak(i8** %weakBlock, i8* %q) nounwind 46 declare i8* @objc_storeWeak(i8** %weakBlock, i8* %q)
|
H A D | escape.ll | 10 ; with the objc_storeWeak call. 53 %tmp10 = call i8* @objc_storeWeak(i8** %tmp9, i8* %tmp7) nounwind 127 declare i8* @objc_storeWeak(i8**, i8*)
|
/aosp_15_r20/external/clang/test/CodeGenObjCXX/ |
H A D | arc.mm | 25 // 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]])
|
H A D | mrc-weak.mm | 62 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[Z]], i8* [[T0]])
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | arc-weak-property.m | 41 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[T4]], i8* [[V]])
|
H A D | arc-loadweakretained-release.m | 68 // CHECK-NEXT: [[THREE:%.*]] = call i8* @objc_storeWeak(
|
H A D | arc.m | 16 // 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]])
|
H A D | mrc-weak.m | 82 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[Z]], i8* [[T0]])
|
H A D | arc-ternary-op.m | 100 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[ARG]], i8* [[T0]])
|
H A D | fragile-arc.m | 78 // CHECK-NEXT: call i8* @objc_storeWeak(i8** [[T0]], i8* [[T1]])
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | PreISelIntrinsicLowering.cpp | 182 case Intrinsic::objc_storeWeak: in lowerIntrinsics()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | PreISelIntrinsicLowering.cpp | 197 case Intrinsic::objc_storeWeak: in lowerIntrinsics()
|
/aosp_15_r20/external/clang/docs/ |
H A D | AutomaticReferenceCounting.rst | 1957 :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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 126 case Intrinsic::objc_storeWeak: in GetFunctionClass()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
H A D | IntrinsicEnums.inc | 216 objc_storeWeak, // llvm.objc.storeWeak
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ObjCARCInstKind.cpp | 125 case Intrinsic::objc_storeWeak: in GetFunctionClass()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 55 case Intrinsic::objc_storeWeak: in mayLowerToFunctionCall()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/include/llvm/IR/ |
H A D | IntrinsicEnums.inc | 239 objc_storeWeak, // llvm.objc.storeWeak
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 168 llvm::Constant *objc_storeWeak; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | IntrinsicEnums.inc | 262 objc_storeWeak, // llvm.objc.storeWeak
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | IntrinsicEnums.inc | 262 objc_storeWeak, // llvm.objc.storeWeak
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | IntrinsicEnums.inc | 263 objc_storeWeak, // llvm.objc.storeWeak
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | IntrinsicEnums.inc | 263 objc_storeWeak, // llvm.objc.storeWeak
|