Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/ObjCARC/
Dcontract-marker.ll6 …T: call void asm sideeffect "mov\09r7, r7\09\09@ marker for objc_retainAutoreleaseReturnValue", ""…
25 !0 = !{!"mov\09r7, r7\09\09@ marker for objc_retainAutoreleaseReturnValue"}
Dexpand.ll10 declare i8* @objc_retainAutoreleaseReturnValue(i8*)
49 ; CHECK: call i8* @objc_retainAutoreleaseReturnValue(i8* %x)
54 %0 = call i8* @objc_retainAutoreleaseReturnValue(i8* %x) nounwind
Dretain-not-declared.ll10 ; Test that the optimizer can create an objc_retainAutoreleaseReturnValue
16 ; CHECK-NEXT: %0 = tail call i8* @objc_retainAutoreleaseReturnValue(i8* %p) [[NUW:#[0-9]+]]
Dcontract-testcases.ll72 …T: call void asm sideeffect "mov\09r7, r7\09\09@ marker for objc_retainAutoreleaseReturnValue", ""…
92 !0 = !{!"mov\09r7, r7\09\09@ marker for objc_retainAutoreleaseReturnValue"}
Drv.ll10 declare i8* @objc_retainAutoreleaseReturnValue(i8*)
63 ; call i8* @objc_retainAutoreleaseReturnValue(i8* null) ; TODO
105 ; %0 = call i8* @objc_retainAutoreleaseReturnValue(i8* %call) nounwind
Dcontract.ll51 ; CHECK: tail call i8* @objc_retainAutoreleaseReturnValue(i8* %x) [[NUW]]
/external/clang/test/CodeGenObjC/
Darc-unopt.m12 // CHECK-NEXT: [[T1:%.*]] = tail call i8* @objc_retainAutoreleaseReturnValue(i8* [[T0]])
22 // CHECK-NEXT: [[T0:%.*]] = tail call i8* @objc_retainAutoreleaseReturnValue(i8* [[LD]])
/external/llvm/test/Transforms/Inline/
Dinline-invoke-with-asm-call.ll28 call void asm sideeffect "mov\09r7, r7\09\09@ marker for objc_retainAutoreleaseReturnValue", ""()
/external/clang/lib/CodeGen/
DCodeGenModule.h151 llvm::Constant *objc_retainAutoreleaseReturnValue; member
DCGObjC.cpp2164 CGM.getObjCEntrypoints().objc_retainAutoreleaseReturnValue, in EmitARCRetainAutoreleaseReturnValue()
/external/clang/docs/
DAutomaticReferenceCounting.rst2199 .. _arc.runtime.objc_retainAutoreleaseReturnValue:
2201 ``id objc_retainAutoreleaseReturnValue(id value);``
2213 id objc_retainAutoreleaseReturnValue(id value) {