Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp294 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp95 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp40 case Intrinsic::objc_autoreleasePoolPush: in mayLowerToFunctionCall()
H A DAutoUpgrade.cpp4927 {"objc_autoreleasePoolPush", llvm::Intrinsic::objc_autoreleasePoolPush}, in UpgradeARCRuntime()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h140 llvm::Function *objc_autoreleasePoolPush; member
H A DCGObjC.cpp2681 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()
2683 fn = getARCIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush, CGM); in EmitObjCAutoreleasePoolPush()