Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:MSI

1873   MessageSendInfo MSI = getMessageSendInfo(Method, ResultType, ActualArgs);
1883 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) {
1896 if (!IsSuper && CGM.ReturnTypeUsesSRet(MSI.CallInfo))
1913 Fn = llvm::ConstantExpr::getBitCast(Fn, MSI.MessengerType);
1914 RValue rvalue = CGF.EmitCall(MSI.CallInfo, Fn, Return, ActualArgs);
6521 MessageSendInfo MSI = getMessageSendInfo(method, resultType, args);
6534 if (CGM.ReturnSlotInterferesWithArgs(MSI.CallInfo)) {
6600 callee = CGF.Builder.CreateBitCast(callee, MSI.MessengerType);
6602 RValue result = CGF.EmitCall(MSI.CallInfo, callee, returnSlot, args);