Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Args

678   ArgListTy Args;
679 Args.reserve(NumArgs);
682 // Attributes for args start at offset 1, after the return attribute.
694 Args.push_back(Entry);
699 CLI.setCallee(CI->getCallingConv(), RetTy, Callee, std::move(Args), NumArgs);
709 // [Args...],
723 // Skip the four meta args: <id>, <numNopBytes>, <target>, <numArgs>
863 ArgListTy Args;
864 Args.reserve(NumArgs);
867 // Attributes for args start at offset 1, after the return attribute.
877 Args.push_back(Entry);
881 CLI.setCallee(RetTy, FTy, SymName, std::move(Args), CS, NumArgs);
993 ArgListTy Args;
995 Args.reserve(CS.arg_size());
1010 Args.push_back(Entry);
1020 CLI.setCallee(RetTy, FuncTy, CI->getCalledValue(), std::move(Args), CS)