Home
last modified time | relevance | path

Searched refs:objc_autoreleasePoolPush (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/test/Bitcode/
H A Dupgrade-arc-runtime-calls.ll17 %v1 = tail call i8* @objc_autoreleasePoolPush() #0
97 // NOUPGRADE-NEXT: %[[V1:.*]] = tail call i8* @objc_autoreleasePoolPush()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp152 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()
/llvm-project-15.0.7/llvm/test/Transforms/PreISelIntrinsicLowering/
H A Dobjc-arc.ll32 ; CHECK-NEXT: %0 = call i8* @objc_autoreleasePoolPush()
320 ; CHECK: declare i8* @objc_autoreleasePoolPush()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp95 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
/llvm-project-15.0.7/llvm/lib/IR/
H A DIntrinsicInst.cpp39 case Intrinsic::objc_autoreleasePoolPush: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp4335 {"objc_autoreleasePoolPush", llvm::Intrinsic::objc_autoreleasePoolPush}, in UpgradeARCRuntime()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.h137 llvm::Function *objc_autoreleasePoolPush; member
H A DCGObjC.cpp2653 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()
2655 fn = getARCIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush, CGM); in EmitObjCAutoreleasePoolPush()
/llvm-project-15.0.7/clang/docs/
H A DAutomaticReferenceCounting.rst2351 :ref:`objc_autoreleasePoolPush <arc.runtime.objc_autoreleasePoolPush>` on the
2359 .. _arc.runtime.objc_autoreleasePoolPush:
2361 ``void *objc_autoreleasePoolPush(void);``
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst24864 Lowers to a call to `objc_autoreleasePoolPush <https://clang.llvm.org/docs/AutomaticReferenceCounti…