Searched refs:objc_autoreleasePoolPush (Results 1 – 6 of 6) sorted by relevance
324 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()
95 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
40 case Intrinsic::objc_autoreleasePoolPush: in mayLowerToFunctionCall()
5019 {"objc_autoreleasePoolPush", llvm::Intrinsic::objc_autoreleasePoolPush}, in UpgradeARCRuntime()
140 llvm::Function *objc_autoreleasePoolPush; member
2679 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()2681 fn = getARCIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush, CGM); in EmitObjCAutoreleasePoolPush()