Lines Matching defs:OutgoingArg
797 const ArgDescriptor *OutgoingArg;
805 std::tie(OutgoingArg, ArgRC, ArgTy) =
807 if (!OutgoingArg)
836 if (OutgoingArg->isRegister()) {
837 ArgRegs.emplace_back(OutgoingArg->getRegister(), InputReg);
838 if (!CCInfo.AllocateReg(OutgoingArg->getRegister()))
848 const ArgDescriptor *OutgoingArg;
852 std::tie(OutgoingArg, ArgRC, ArgTy) =
854 if (!OutgoingArg)
855 std::tie(OutgoingArg, ArgRC, ArgTy) =
857 if (!OutgoingArg)
858 std::tie(OutgoingArg, ArgRC, ArgTy) =
860 if (!OutgoingArg)
933 if (OutgoingArg->isRegister()) {
935 ArgRegs.emplace_back(OutgoingArg->getRegister(), InputReg);
937 if (!CCInfo.AllocateReg(OutgoingArg->getRegister()))