Home | History | Annotate | Download | only in AArch64

Lines Matching defs:Args

2833   for (auto const &Arg : F->args()) {
2887 for (auto const &Arg : F->args()) {
2942 // Process the args.
2984 // FIXME: Handle custom args.
3439 ArgListTy Args;
3440 Args.reserve(II->getNumArgOperands());
3447 Args.push_back(Entry);
3452 TLI.getLibcallName(LC), std::move(Args));
4707 ArgListTy Args;
4708 Args.reserve(I->getNumOperands());
4715 Args.push_back(Entry);
4720 TLI.getLibcallName(LC), std::move(Args));