Lines Matching defs:OutgoingArg
3394 const auto [OutgoingArg, ArgRC, ArgTy] =
3396 if (!OutgoingArg)
3427 if (OutgoingArg->isRegister()) {
3428 RegsToPass.emplace_back(OutgoingArg->getRegister(), InputReg);
3429 if (!CCInfo.AllocateReg(OutgoingArg->getRegister()))
3443 auto [OutgoingArg, ArgRC, Ty] =
3445 if (!OutgoingArg)
3446 std::tie(OutgoingArg, ArgRC, Ty) =
3448 if (!OutgoingArg)
3449 std::tie(OutgoingArg, ArgRC, Ty) =
3451 if (!OutgoingArg)
3517 if (OutgoingArg->isRegister()) {
3519 RegsToPass.emplace_back(OutgoingArg->getRegister(), InputReg);
3521 CCInfo.AllocateReg(OutgoingArg->getRegister());