Searched refs:objc_autoreleasePoolPush (Results 1 – 8 of 8) sorted by relevance
51 Intrinsic::objc_autoreleasePoolPush, in ModuleHasARC()
515 case Intrinsic::objc_autoreleasePoolPush: in lowerIntrinsics()516 Changed |= lowerObjCCall(F, RTLIB::objc_autoreleasePoolPush); in lowerIntrinsics()
95 case Intrinsic::objc_autoreleasePoolPush: in GetFunctionClass()
40 case Intrinsic::objc_autoreleasePoolPush: in mayLowerToFunctionCall()
5488 {"objc_autoreleasePoolPush", llvm::Intrinsic::objc_autoreleasePoolPush}, in UpgradeARCRuntime()
185 llvm::Function *objc_autoreleasePoolPush; member
2725 llvm::Function *&fn = CGM.getObjCEntrypoints().objc_autoreleasePoolPush; in EmitObjCAutoreleasePoolPush()2727 fn = getARCIntrinsic(llvm::Intrinsic::objc_autoreleasePoolPush, CGM); in EmitObjCAutoreleasePoolPush()
1145 def objc_autoreleasePoolPush : RuntimeLibcallImpl<OBJC_AUTORELEASEPOOLPUSH>;