Searched refs:objc_autoreleasePoolPush (Results 1 – 10 of 10) sorted by relevance
17 %v1 = tail call i8* @objc_autoreleasePoolPush() #097 // NOUPGRADE-NEXT: %[[V1:.*]] = tail call i8* @objc_autoreleasePoolPush()
152 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()
32 ; CHECK-NEXT: %0 = call i8* @objc_autoreleasePoolPush()320 ; CHECK: declare i8* @objc_autoreleasePoolPush()
95 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
39 case Intrinsic::objc_autoreleasePoolPush: in mayLowerToFunctionCall()
4335 {"objc_autoreleasePoolPush", llvm::Intrinsic::objc_autoreleasePoolPush}, in UpgradeARCRuntime()
137 llvm::Function *objc_autoreleasePoolPush; member
2653 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()2655 fn = getARCIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush, CGM); in EmitObjCAutoreleasePoolPush()
2351 :ref:`objc_autoreleasePoolPush <arc.runtime.objc_autoreleasePoolPush>` on the2359 .. _arc.runtime.objc_autoreleasePoolPush:2361 ``void *objc_autoreleasePoolPush(void);``
24864 Lowers to a call to `objc_autoreleasePoolPush <https://clang.llvm.org/docs/AutomaticReferenceCounti…