Lines Matching refs:Runtime
81 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCBoxedExpr() local
83 llvm::Value *Receiver = Runtime.GetClass(*this, ClassDecl); in EmitObjCBoxedExpr()
116 RValue result = Runtime.GenerateMessageSend( in EmitObjCBoxedExpr()
227 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCCollectionLiteral() local
228 llvm::Value *Receiver = Runtime.GetClass(*this, Class); in EmitObjCCollectionLiteral()
231 RValue result = Runtime.GenerateMessageSend( in EmitObjCCollectionLiteral()
385 auto &Runtime = CGM.getLangOpts().ObjCRuntime; in tryGenerateSpecializedMessageSend() local
389 Runtime.shouldUseRuntimeFunctionsForAlloc() && in tryGenerateSpecializedMessageSend()
412 Runtime.shouldUseARCFunctionsForRetainRelease()) in tryGenerateSpecializedMessageSend()
419 Runtime.shouldUseARCFunctionsForRetainRelease()) in tryGenerateSpecializedMessageSend()
426 Runtime.shouldUseARCFunctionsForRetainRelease()) { in tryGenerateSpecializedMessageSend()
526 auto &Runtime = CGF.getLangOpts().ObjCRuntime; in tryEmitSpecializedAllocInit() local
527 if (!Runtime.shouldUseRuntimeFunctionForCombinedAllocInit()) in tryEmitSpecializedAllocInit()
607 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMessageExpr() local
631 Receiver = Runtime.GetClass(*this, OID); in EmitObjCMessageExpr()
688 result = Runtime.GenerateMessageSendSuper(*this, Return, ResultType, in EmitObjCMessageExpr()
698 result = Runtime.GeneratePossiblySpecializedMessageSend( in EmitObjCMessageExpr()
2719 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitObjCMRRAutoreleasePoolPush() local
2720 llvm::Value *Receiver = Runtime.EmitNSAutoreleasePoolClassRef(*this); in EmitObjCMRRAutoreleasePoolPush()
2726 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
2735 Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitObjCMRRAutoreleasePoolPush()
3917 CGObjCRuntime &Runtime = CGM.getObjCRuntime(); in EmitBlockCopyAndAutorelease() local
3920 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()
3924 Result = Runtime.GenerateMessageSend(*this, ReturnValueSlot(), in EmitBlockCopyAndAutorelease()